Class: Aws::Types::IncreaseReplicationFactorRequest
- Inherits:
-
Object
- Object
- Aws::Types::IncreaseReplicationFactorRequest
- 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.
Instance Attribute Details
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
233 234 235 |
# File 'sig/types.rbs', line 233 def availability_zones @availability_zones end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
231 232 233 |
# File 'sig/types.rbs', line 231 def cluster_name @cluster_name end |
#new_replication_factor ⇒ ::Integer
Returns the value of attribute new_replication_factor.
232 233 234 |
# File 'sig/types.rbs', line 232 def new_replication_factor @new_replication_factor end |