Class: Aws::Types::LifecycleExecutionResource
- Inherits:
-
Object
- Object
- Aws::Types::LifecycleExecutionResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#action ⇒ Types::LifecycleExecutionResourceAction
Returns the value of attribute action.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#image_uris ⇒ ::Array[::String]
Returns the value of attribute image_uris.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#snapshots ⇒ ::Array[Types::LifecycleExecutionSnapshotResource]
Returns the value of attribute snapshots.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#state ⇒ Types::LifecycleExecutionResourceState
Returns the value of attribute state.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def account_id @account_id end |
#action ⇒ Types::LifecycleExecutionResourceAction
Returns the value of attribute action.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def action @action end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def end_time @end_time end |
#image_uris ⇒ ::Array[::String]
Returns the value of attribute image_uris.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def image_uris @image_uris end |
#region ⇒ ::String
Returns the value of attribute region.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def region @region end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def resource_id @resource_id end |
#snapshots ⇒ ::Array[Types::LifecycleExecutionSnapshotResource]
Returns the value of attribute snapshots.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def snapshots @snapshots end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def start_time @start_time end |
#state ⇒ Types::LifecycleExecutionResourceState
Returns the value of attribute state.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def state @state end |