Class: Aws::ElastiCache::Types::TestMigrationMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#customer_node_endpoint_listArray<Types::CustomerNodeEndpoint>

List of endpoints from which data should be migrated. List should have only one element.

Returns:



9378
9379
9380
9381
9382
9383
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9378

class TestMigrationMessage < Struct.new(
  :replication_group_id,
  :customer_node_endpoint_list)
  SENSITIVE = []
  include Aws::Structure
end

#replication_group_idString

The ID of the replication group to which data is to be migrated.

Returns:

  • (String)


9378
9379
9380
9381
9382
9383
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9378

class TestMigrationMessage < Struct.new(
  :replication_group_id,
  :customer_node_endpoint_list)
  SENSITIVE = []
  include Aws::Structure
end