Class: Aws::Types::PauseReplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PauseReplicationRequest
- 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.
1488 1489 1490 |
# File 'sig/types.rbs', line 1488 def account_id @account_id end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
1487 1488 1489 |
# File 'sig/types.rbs', line 1487 def source_server_id @source_server_id end |