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)


2104
2105
2106
2107
2108
2109
# File 'lib/aws-sdk-memorydb/types.rb', line 2104

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

#shard_nameString

The name of the shard.

Returns:

  • (String)


2104
2105
2106
2107
2108
2109
# File 'lib/aws-sdk-memorydb/types.rb', line 2104

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