Class: Aws::ElastiCache::Types::StartMigrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::StartMigrationResponse
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#replication_group ⇒ Types::ReplicationGroup
Contains all of the attributes of a specific Valkey or Redis OSS replication group.
Instance Attribute Details
#replication_group ⇒ Types::ReplicationGroup
Contains all of the attributes of a specific Valkey or Redis OSS replication group.
9326 9327 9328 9329 9330 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9326 class StartMigrationResponse < Struct.new( :replication_group) SENSITIVE = [] include Aws::Structure end |