Class: Aws::Types::AbbreviatedExecution
- Inherits:
-
Object
- Object
- Aws::Types::AbbreviatedExecution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actual_recovery_time ⇒ ::String
Returns the value of attribute actual_recovery_time.
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#execution_action ⇒ "activate", ...
Returns the value of attribute execution_action.
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#execution_region ⇒ ::String
Returns the value of attribute execution_region.
-
#execution_state ⇒ "inProgress", ...
Returns the value of attribute execution_state.
-
#mode ⇒ "graceful", "ungraceful"
Returns the value of attribute mode.
-
#plan_arn ⇒ ::String
Returns the value of attribute plan_arn.
-
#recovery_execution_id ⇒ ::String
Returns the value of attribute recovery_execution_id.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#actual_recovery_time ⇒ ::String
Returns the value of attribute actual_recovery_time.
24 25 26 |
# File 'sig/types.rbs', line 24 def actual_recovery_time @actual_recovery_time end |
#comment ⇒ ::String
Returns the value of attribute comment.
16 17 18 |
# File 'sig/types.rbs', line 16 def comment @comment end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
18 19 20 |
# File 'sig/types.rbs', line 18 def end_time @end_time end |
#execution_action ⇒ "activate", ...
Returns the value of attribute execution_action.
21 22 23 |
# File 'sig/types.rbs', line 21 def execution_action @execution_action end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
13 14 15 |
# File 'sig/types.rbs', line 13 def execution_id @execution_id end |
#execution_region ⇒ ::String
Returns the value of attribute execution_region.
22 23 24 |
# File 'sig/types.rbs', line 22 def execution_region @execution_region end |
#execution_state ⇒ "inProgress", ...
Returns the value of attribute execution_state.
20 21 22 |
# File 'sig/types.rbs', line 20 def execution_state @execution_state end |
#mode ⇒ "graceful", "ungraceful"
Returns the value of attribute mode.
19 20 21 |
# File 'sig/types.rbs', line 19 def mode @mode end |
#plan_arn ⇒ ::String
Returns the value of attribute plan_arn.
12 13 14 |
# File 'sig/types.rbs', line 12 def plan_arn @plan_arn end |
#recovery_execution_id ⇒ ::String
Returns the value of attribute recovery_execution_id.
23 24 25 |
# File 'sig/types.rbs', line 23 def recovery_execution_id @recovery_execution_id end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
17 18 19 |
# File 'sig/types.rbs', line 17 def start_time @start_time end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
15 16 17 |
# File 'sig/types.rbs', line 15 def updated_at @updated_at end |
#version ⇒ ::String
Returns the value of attribute version.
14 15 16 |
# File 'sig/types.rbs', line 14 def version @version end |