Class: Aws::Types::StartPlanExecutionResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartPlanExecutionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activate_region ⇒ ::String
Returns the value of attribute activate_region.
-
#deactivate_region ⇒ ::String
Returns the value of attribute deactivate_region.
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#plan ⇒ ::String
Returns the value of attribute plan.
-
#plan_version ⇒ ::String
Returns the value of attribute plan_version.
Instance Attribute Details
#activate_region ⇒ ::String
Returns the value of attribute activate_region.
750 751 752 |
# File 'sig/types.rbs', line 750 def activate_region @activate_region end |
#deactivate_region ⇒ ::String
Returns the value of attribute deactivate_region.
751 752 753 |
# File 'sig/types.rbs', line 751 def deactivate_region @deactivate_region end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
747 748 749 |
# File 'sig/types.rbs', line 747 def execution_id @execution_id end |
#plan ⇒ ::String
Returns the value of attribute plan.
748 749 750 |
# File 'sig/types.rbs', line 748 def plan @plan end |
#plan_version ⇒ ::String
Returns the value of attribute plan_version.
749 750 751 |
# File 'sig/types.rbs', line 749 def plan_version @plan_version end |