Class: Aws::Types::ResumeReplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::ResumeReplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def account_id @account_id end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def source_server_id @source_server_id end |