class Aws::DevOpsGuru::Types::GetResourceCollectionRequest

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

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

The type of AWS resource collections to return. The one valid value
is `CLOUD_FORMATION` for 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/GetResourceCollectionRequest AWS API Documentation

Constants

SENSITIVE