Class: Aws::Types::DescribeEnvironmentManagedActionHistoryResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEnvironmentManagedActionHistoryResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#managed_action_history_items ⇒ ::Array[Types::ManagedActionHistoryItem]
Returns the value of attribute managed_action_history_items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#managed_action_history_items ⇒ ::Array[Types::ManagedActionHistoryItem]
Returns the value of attribute managed_action_history_items.
411 412 413 |
# File 'sig/types.rbs', line 411 def managed_action_history_items @managed_action_history_items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
412 413 414 |
# File 'sig/types.rbs', line 412 def next_token @next_token end |