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

Class: Aws::ElastiCache::Types::CompleteMigrationMessage

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

Overview

Note:

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

{
  replication_group_id: "String", # required
  force: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#forceBoolean

Forces the migration to stop without ensuring that data is in sync. It is recommended to use this option only to abort the migration and not recommended when application wants to continue migration to ElastiCache.

Returns:

  • (Boolean)

    Forces the migration to stop without ensuring that data is in sync.

#replication_group_idString

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

Returns:

  • (String)

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