Class: Aws::Types::StartRecoveryRequestSourceServer
- Inherits:
-
Object
- Object
- Aws::Types::StartRecoveryRequestSourceServer
- 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.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def recovery_snapshot_id @recovery_snapshot_id end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def source_server_id @source_server_id end |