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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


1420
1421
1422
1423
1424
1425
# File 'lib/aws-sdk-elasticache/types.rb', line 1420

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

#replication_group_idString

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

Returns:

  • (String)


1420
1421
1422
1423
1424
1425
# File 'lib/aws-sdk-elasticache/types.rb', line 1420

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