Class: Aws::Types::DescribeEventsInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEventsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_set_name ⇒ ::String
Returns the value of attribute change_set_name.
-
#filters ⇒ Types::EventFilter
Returns the value of attribute filters.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
Instance Attribute Details
#change_set_name ⇒ ::String
Returns the value of attribute change_set_name.
453 454 455 |
# File 'sig/types.rbs', line 453 def change_set_name @change_set_name end |
#filters ⇒ Types::EventFilter
Returns the value of attribute filters.
455 456 457 |
# File 'sig/types.rbs', line 455 def filters @filters end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
456 457 458 |
# File 'sig/types.rbs', line 456 def next_token @next_token end |
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
454 455 456 |
# File 'sig/types.rbs', line 454 def operation_id @operation_id end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
452 453 454 |
# File 'sig/types.rbs', line 452 def stack_name @stack_name end |