Class: Aws::Types::FailoverShardRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name ⇒ ::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def cluster_name
  @cluster_name
end

#shard_name ⇒ ::String

Returns the value of attribute shard_name.

Returns:

  • (::String)


596
597
598
# File 'sig/types.rbs', line 596

def shard_name
  @shard_name
end