Class: Aws::CloudFormation::Types::DescribeStackEventsOutput

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

Overview

The output for a DescribeStackEvents action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.

Returns:

  • (String)


2982
2983
2984
2985
2986
2987
# File 'lib/aws-sdk-cloudformation/types.rb', line 2982

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

#stack_eventsArray<Types::StackEvent>

A list of ‘StackEvents` structures.

Returns:



2982
2983
2984
2985
2986
2987
# File 'lib/aws-sdk-cloudformation/types.rb', line 2982

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