Class: Aws::Types::DescribeStackEventsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeStackEventsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#stack_events ⇒ ::Array[Types::StackEvent]
Returns the value of attribute stack_events.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
551 552 553 |
# File 'sig/types.rbs', line 551 def stack_events @stack_events end |