Class: Aws::CloudFormation::Types::ListStackResourcesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::ListStackResourcesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
The output for a ListStackResources action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the output exceeds 1 MB, a string that identifies the next page of stack resources.
-
#stack_resource_summaries ⇒ Array<Types::StackResourceSummary>
A list of ‘StackResourceSummary` structures.
Instance Attribute Details
#next_token ⇒ String
If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.
5261 5262 5263 5264 5265 5266 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 5261 class ListStackResourcesOutput < Struct.new( :stack_resource_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#stack_resource_summaries ⇒ Array<Types::StackResourceSummary>
A list of ‘StackResourceSummary` structures.
5261 5262 5263 5264 5265 5266 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 5261 class ListStackResourcesOutput < Struct.new( :stack_resource_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |