Class: Aws::Types::ListOperationEventsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListOperationEventsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
Instance Attribute Details
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
345 346 347 |
# File 'sig/types.rbs', line 345 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
343 344 345 |
# File 'sig/types.rbs', line 343 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
344 345 346 |
# File 'sig/types.rbs', line 344 def next_token @next_token end |
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
342 343 344 |
# File 'sig/types.rbs', line 342 def operation_id @operation_id end |