Class: Aws::Types::DescribeStackEventsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


552
553
554
# File 'sig/types.rbs', line 552

def next_token
  @next_token
end

#stack_events::Array[Types::StackEvent]

Returns the value of attribute stack_events.

Returns:



551
552
553
# File 'sig/types.rbs', line 551

def stack_events
  @stack_events
end