Class: Aws::DevOpsGuru::Types::GetResourceCollectionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

Returns:

  • (String)


1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1377

class GetResourceCollectionResponse < Struct.new(
  :resource_collection,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_collectionTypes::ResourceCollectionFilter

The requested list of Amazon Web Services resource collections. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.



1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1377

class GetResourceCollectionResponse < Struct.new(
  :resource_collection,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end