Class: Aws::Types::TestMigrationMessage
- Inherits:
-
Object
- Object
- Aws::Types::TestMigrationMessage
- 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.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def customer_node_endpoint_list @customer_node_endpoint_list end |
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def replication_group_id @replication_group_id end |