Class: Aws::Types::ListLifecycleExecutionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListLifecycleExecutionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lifecycle_executions ⇒ ::Array[Types::LifecycleExecution]
Returns the value of attribute lifecycle_executions.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#lifecycle_executions ⇒ ::Array[Types::LifecycleExecution]
Returns the value of attribute lifecycle_executions.
1653 1654 1655 |
# File 'sig/types.rbs', line 1653 def lifecycle_executions @lifecycle_executions end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1654 1655 1656 |
# File 'sig/types.rbs', line 1654 def next_token @next_token end |