Class: Aws::ElastiCache::Types::TestMigrationResponse

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.



9392
9393
9394
9395
9396
# File 'lib/aws-sdk-elasticache/types.rb', line 9392

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