Class: Aws::Types::FailoverShardRequest
- Inherits:
-
Object
- Object
- Aws::Types::FailoverShardRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#shard_name ⇒ ::String
Returns the value of attribute shard_name.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
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.
596 597 598 |
# File 'sig/types.rbs', line 596 def shard_name @shard_name end |