Class: Aws::Types::LifecycleExecution
- Inherits:
-
Object
- Object
- Aws::Types::LifecycleExecution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#lifecycle_execution_id ⇒ ::String
Returns the value of attribute lifecycle_execution_id.
-
#lifecycle_policy_arn ⇒ ::String
Returns the value of attribute lifecycle_policy_arn.
-
#resources_impacted_summary ⇒ Types::LifecycleExecutionResourcesImpactedSummary
Returns the value of attribute resources_impacted_summary.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#state ⇒ Types::LifecycleExecutionState
Returns the value of attribute state.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def end_time @end_time end |
#lifecycle_execution_id ⇒ ::String
Returns the value of attribute lifecycle_execution_id.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def lifecycle_execution_id @lifecycle_execution_id end |
#lifecycle_policy_arn ⇒ ::String
Returns the value of attribute lifecycle_policy_arn.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def lifecycle_policy_arn @lifecycle_policy_arn end |
#resources_impacted_summary ⇒ Types::LifecycleExecutionResourcesImpactedSummary
Returns the value of attribute resources_impacted_summary.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def resources_impacted_summary @resources_impacted_summary end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def start_time @start_time end |
#state ⇒ Types::LifecycleExecutionState
Returns the value of attribute state.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def state @state end |