Class: Aws::Types::RecoveryPlanExecutionSourceServer
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryPlanExecutionSourceServer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#recovery_snapshot_id ⇒ ::String
Returns the value of attribute recovery_snapshot_id.
-
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
Instance Attribute Details
#recovery_snapshot_id ⇒ ::String
Returns the value of attribute recovery_snapshot_id.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def recovery_snapshot_id @recovery_snapshot_id end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def source_server_id @source_server_id end |