Class: Aws::Types::ConfigureShard
- Inherits:
-
Object
- Object
- Aws::Types::ConfigureShard
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#new_replica_count ⇒ ::Integer
Returns the value of attribute new_replica_count.
-
#node_group_id ⇒ ::String
Returns the value of attribute node_group_id.
-
#preferred_availability_zones ⇒ ::Array[::String]
Returns the value of attribute preferred_availability_zones.
-
#preferred_outpost_arns ⇒ ::Array[::String]
Returns the value of attribute preferred_outpost_arns.
Instance Attribute Details
#new_replica_count ⇒ ::Integer
Returns the value of attribute new_replica_count.
313 314 315 |
# File 'sig/types.rbs', line 313 def new_replica_count @new_replica_count end |
#node_group_id ⇒ ::String
Returns the value of attribute node_group_id.
312 313 314 |
# File 'sig/types.rbs', line 312 def node_group_id @node_group_id end |
#preferred_availability_zones ⇒ ::Array[::String]
Returns the value of attribute preferred_availability_zones.
314 315 316 |
# File 'sig/types.rbs', line 314 def preferred_availability_zones @preferred_availability_zones end |
#preferred_outpost_arns ⇒ ::Array[::String]
Returns the value of attribute preferred_outpost_arns.
315 316 317 |
# File 'sig/types.rbs', line 315 def preferred_outpost_arns @preferred_outpost_arns end |