Class: Aws::MemoryDB::Types::FailoverShardResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#clusterTypes::Cluster

The cluster being failed over.

Returns:



2283
2284
2285
2286
2287
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2283

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