Class: Aws::ElastiCache::Types::StartMigrationResponse

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

#replication_groupTypes::ReplicationGroup

Contains all of the attributes of a specific Redis replication group.



9202
9203
9204
9205
9206
# File 'lib/aws-sdk-elasticache/types.rb', line 9202

class StartMigrationResponse < Struct.new(
  :replication_group)
  SENSITIVE = []
  include Aws::Structure
end