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)


1918
1919
1920
1921
1922
1923
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1918

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

#shard_nameString

The name of the shard

Returns:

  • (String)


1918
1919
1920
1921
1922
1923
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1918

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