Class: Aws::MemoryDB::Types::FailoverShardRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

The cluster being failed over

Returns:

  • (String)


1946
1947
1948
1949
1950
1951
# File 'lib/aws-sdk-memorydb/types.rb', line 1946

class FailoverShardRequest < Struct.new(
  :cluster_name,
  :shard_name)
  SENSITIVE = []
  include Aws::Structure
end

#shard_nameString

The name of the shard

Returns:

  • (String)


1946
1947
1948
1949
1950
1951
# File 'lib/aws-sdk-memorydb/types.rb', line 1946

class FailoverShardRequest < Struct.new(
  :cluster_name,
  :shard_name)
  SENSITIVE = []
  include Aws::Structure
end