Class: Aws::Types::StartMigrationMessage
- Inherits:
-
Object
- Object
- Aws::Types::StartMigrationMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_node_endpoint_list ⇒ ::Array[Types::CustomerNodeEndpoint]
Returns the value of attribute customer_node_endpoint_list.
-
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
Instance Attribute Details
#customer_node_endpoint_list ⇒ ::Array[Types::CustomerNodeEndpoint]
Returns the value of attribute customer_node_endpoint_list.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def customer_node_endpoint_list @customer_node_endpoint_list end |
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
1804 1805 1806 |
# File 'sig/types.rbs', line 1804 def replication_group_id @replication_group_id end |