Class: Aws::ElastiCache::Types::TestMigrationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::TestMigrationMessage
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#customer_node_endpoint_list ⇒ Array<Types::CustomerNodeEndpoint>
List of endpoints from which data should be migrated.
-
#replication_group_id ⇒ String
The ID of the replication group to which data is to be migrated.
Instance Attribute Details
#customer_node_endpoint_list ⇒ Array<Types::CustomerNodeEndpoint>
List of endpoints from which data should be migrated. List should have only one element.
9442 9443 9444 9445 9446 9447 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9442 class TestMigrationMessage < Struct.new( :replication_group_id, :customer_node_endpoint_list) SENSITIVE = [] include Aws::Structure end |
#replication_group_id ⇒ String
The ID of the replication group to which data is to be migrated.
9442 9443 9444 9445 9446 9447 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9442 class TestMigrationMessage < Struct.new( :replication_group_id, :customer_node_endpoint_list) SENSITIVE = [] include Aws::Structure end |