Class: Aws::Types::UpdateSourceServerReplicationTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSourceServerReplicationTypeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#replication_type ⇒ "AGENT_BASED", "SNAPSHOT_SHIPPING"
Returns the value of attribute replication_type.
-
#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.
2152 2153 2154 |
# File 'sig/types.rbs', line 2152 def account_id @account_id end |
#replication_type ⇒ "AGENT_BASED", "SNAPSHOT_SHIPPING"
Returns the value of attribute replication_type.
2151 2152 2153 |
# File 'sig/types.rbs', line 2151 def replication_type @replication_type end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
2150 2151 2152 |
# File 'sig/types.rbs', line 2150 def source_server_id @source_server_id end |