Module: Aws::ARCRegionswitch::Client::_StartPlanExecutionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartPlanExecutionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #activate_region ⇒ ::String
- #deactivate_region ⇒ ::String
- #execution_id ⇒ ::String
- #plan ⇒ ::String
- #plan_version ⇒ ::String
Instance Method Details
#activate_region ⇒ ::String
310 |
# File 'sig/client.rbs', line 310
def activate_region: () -> ::String
|
#deactivate_region ⇒ ::String
311 |
# File 'sig/client.rbs', line 311
def deactivate_region: () -> ::String
|
#execution_id ⇒ ::String
307 |
# File 'sig/client.rbs', line 307
def execution_id: () -> ::String
|
#plan ⇒ ::String
308 |
# File 'sig/client.rbs', line 308
def plan: () -> ::String
|
#plan_version ⇒ ::String
309 |
# File 'sig/client.rbs', line 309
def plan_version: () -> ::String
|