Class: Aws::Types::AbbreviatedPlan
- Inherits:
-
Object
- Object
- Aws::Types::AbbreviatedPlan
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_plan_execution ⇒ ::String
Returns the value of attribute active_plan_execution.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#primary_region ⇒ ::String
Returns the value of attribute primary_region.
-
#recovery_approach ⇒ "activeActive", "activePassive"
Returns the value of attribute recovery_approach.
-
#recovery_time_objective_minutes ⇒ ::Integer
Returns the value of attribute recovery_time_objective_minutes.
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#active_plan_execution ⇒ ::String
Returns the value of attribute active_plan_execution.
39 40 41 |
# File 'sig/types.rbs', line 39 def active_plan_execution @active_plan_execution end |
#arn ⇒ ::String
Returns the value of attribute arn.
29 30 31 |
# File 'sig/types.rbs', line 29 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
37 38 39 |
# File 'sig/types.rbs', line 37 def description @description end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
38 39 40 |
# File 'sig/types.rbs', line 38 def execution_role @execution_role end |
#name ⇒ ::String
Returns the value of attribute name.
31 32 33 |
# File 'sig/types.rbs', line 31 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
30 31 32 |
# File 'sig/types.rbs', line 30 def owner @owner end |
#primary_region ⇒ ::String
Returns the value of attribute primary_region.
34 35 36 |
# File 'sig/types.rbs', line 34 def primary_region @primary_region end |
#recovery_approach ⇒ "activeActive", "activePassive"
Returns the value of attribute recovery_approach.
33 34 35 |
# File 'sig/types.rbs', line 33 def recovery_approach @recovery_approach end |
#recovery_time_objective_minutes ⇒ ::Integer
Returns the value of attribute recovery_time_objective_minutes.
40 41 42 |
# File 'sig/types.rbs', line 40 def recovery_time_objective_minutes @recovery_time_objective_minutes end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
32 33 34 |
# File 'sig/types.rbs', line 32 def regions @regions end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
36 37 38 |
# File 'sig/types.rbs', line 36 def updated_at @updated_at end |
#version ⇒ ::String
Returns the value of attribute version.
35 36 37 |
# File 'sig/types.rbs', line 35 def version @version end |