Class: Aws::DevOpsGuru::Types::GetResourceCollectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::GetResourceCollectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
-
#resource_collection ⇒ Types::ResourceCollectionFilter
The requested list of Amazon Web Services resource collections.
Instance Attribute Details
#next_token ⇒ String
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.
1377 1378 1379 1380 1381 1382 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 1377 class GetResourceCollectionResponse < Struct.new( :resource_collection, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_collection ⇒ Types::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 'lib/aws-sdk-devopsguru/types.rb', line 1377 class GetResourceCollectionResponse < Struct.new( :resource_collection, :next_token) SENSITIVE = [] include Aws::Structure end |