Class: Aws::Types::ListLifecycleExecutionResourcesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListLifecycleExecutionResourcesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lifecycle_execution_id ⇒ ::String
Returns the value of attribute lifecycle_execution_id.
-
#lifecycle_execution_state ⇒ Types::LifecycleExecutionState
Returns the value of attribute lifecycle_execution_state.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resources ⇒ ::Array[Types::LifecycleExecutionResource]
Returns the value of attribute resources.
Instance Attribute Details
#lifecycle_execution_id ⇒ ::String
Returns the value of attribute lifecycle_execution_id.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def lifecycle_execution_id @lifecycle_execution_id end |
#lifecycle_execution_state ⇒ Types::LifecycleExecutionState
Returns the value of attribute lifecycle_execution_state.
1639 1640 1641 |
# File 'sig/types.rbs', line 1639 def lifecycle_execution_state @lifecycle_execution_state end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1641 1642 1643 |
# File 'sig/types.rbs', line 1641 def next_token @next_token end |
#resources ⇒ ::Array[Types::LifecycleExecutionResource]
Returns the value of attribute resources.
1640 1641 1642 |
# File 'sig/types.rbs', line 1640 def resources @resources end |