Class: Aws::CloudFormation::Types::ListStackResourcesOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

The output for a ListStackResources action.

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


3399
3400
3401
3402
3403
# File 'lib/aws-sdk-cloudformation/types.rb', line 3399

class ListStackResourcesOutput < Struct.new(
  :stack_resource_summaries,
  :next_token)
  include Aws::Structure
end

#stack_resource_summariesArray<Types::StackResourceSummary>

A list of ‘StackResourceSummary` structures.

Returns:



3399
3400
3401
3402
3403
# File 'lib/aws-sdk-cloudformation/types.rb', line 3399

class ListStackResourcesOutput < Struct.new(
  :stack_resource_summaries,
  :next_token)
  include Aws::Structure
end