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

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

#cluster_nameString

The cluster being failed over.

Returns:

  • (String)


2145
2146
2147
2148
2149
2150
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2145

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

#shard_nameString

The name of the shard.

Returns:

  • (String)


2145
2146
2147
2148
2149
2150
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2145

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