Class: Aws::Types::StartRecoveryPlanExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartRecoveryPlanExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#mode ⇒ "DRILL", "RECOVERY"
Returns the value of attribute mode.
-
#recovery_plan_arn ⇒ ::String
Returns the value of attribute recovery_plan_arn.
-
#source_servers ⇒ ::Array[Types::RecoveryPlanExecutionSourceServer]
Returns the value of attribute source_servers.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def client_token @client_token end |
#mode ⇒ "DRILL", "RECOVERY"
Returns the value of attribute mode.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def mode @mode end |
#recovery_plan_arn ⇒ ::String
Returns the value of attribute recovery_plan_arn.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def recovery_plan_arn @recovery_plan_arn end |
#source_servers ⇒ ::Array[Types::RecoveryPlanExecutionSourceServer]
Returns the value of attribute source_servers.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def source_servers @source_servers end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def @tags end |