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

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

Overview

The output for a ListStackResources action.

Constant Summary collapse

SENSITIVE =
[]

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)


5189
5190
5191
5192
5193
5194
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 5189

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

#stack_resource_summariesArray<Types::StackResourceSummary>

A list of StackResourceSummary structures.

Returns:



5189
5190
5191
5192
5193
5194
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 5189

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