You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElastiCache::Types::StartMigrationMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StartMigrationMessage as input to an Aws::Client method, you can use a vanilla Hash:

{
  replication_group_id: "String", # required
  customer_node_endpoint_list: [ # required
    {
      address: "String",
      port: 1,
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#customer_node_endpoint_listArray<Types::CustomerNodeEndpoint>

List of endpoints from which data should be migrated. For Redis (cluster mode disabled), list should have only one element.

Returns:

#replication_group_idString

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

Returns:

  • (String)

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