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

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

#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)


1423
1424
1425
1426
1427
1428
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1423

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)


1423
1424
1425
1426
1427
1428
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1423

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