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:



1931
1932
1933
1934
1935
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1931

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