Class: Aws::Types::DecreaseReplicationFactorRequest
- Inherits:
-
Object
- Object
- Aws::Types::DecreaseReplicationFactorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#new_replication_factor ⇒ ::Integer
Returns the value of attribute new_replication_factor.
-
#node_ids_to_remove ⇒ ::Array[::String]
Returns the value of attribute node_ids_to_remove.
Instance Attribute Details
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
93 94 95 |
# File 'sig/types.rbs', line 93 def availability_zones @availability_zones end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
91 92 93 |
# File 'sig/types.rbs', line 91 def cluster_name @cluster_name end |
#new_replication_factor ⇒ ::Integer
Returns the value of attribute new_replication_factor.
92 93 94 |
# File 'sig/types.rbs', line 92 def new_replication_factor @new_replication_factor end |
#node_ids_to_remove ⇒ ::Array[::String]
Returns the value of attribute node_ids_to_remove.
94 95 96 |
# File 'sig/types.rbs', line 94 def node_ids_to_remove @node_ids_to_remove end |