Class: Aws::Types::GetReplicationConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetReplicationConfigurationRequest
- 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.
547 548 549 |
# File 'sig/types.rbs', line 547 def account_id @account_id end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
546 547 548 |
# File 'sig/types.rbs', line 546 def source_server_id @source_server_id end |