class Aws::DevOpsGuru::Types::DescribeResourceCollectionHealthRequest

@note When making an API call, you may pass DescribeResourceCollectionHealthRequest

data as a hash:

    {
      resource_collection_type: "AWS_CLOUD_FORMATION", # required, accepts AWS_CLOUD_FORMATION, AWS_SERVICE
      next_token: "UuidNextToken",
    }

@!attribute [rw] resource_collection_type

An AWS resource collection type. This type specifies how analyzed
AWS resources are defined. The one type of AWS resource collection
supported is AWS CloudFormation stacks. DevOps Guru can be
configured to analyze only the AWS resources that are defined in the
stacks. You can specify up to 500 AWS CloudFormation stacks.
@return [String]

@!attribute [rw] next_token

The pagination token to use to retrieve the next page of results for
this operation. If this value is null, it retrieves the first page.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeResourceCollectionHealthRequest AWS API Documentation

Constants

SENSITIVE