Class: Aws::Types::ModifyReplicationGroupShardConfigurationMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyReplicationGroupShardConfigurationMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
-
#node_group_count ⇒ ::Integer
Returns the value of attribute node_group_count.
-
#node_groups_to_remove ⇒ ::Array[::String]
Returns the value of attribute node_groups_to_remove.
-
#node_groups_to_retain ⇒ ::Array[::String]
Returns the value of attribute node_groups_to_retain.
-
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
-
#resharding_configuration ⇒ ::Array[Types::ReshardingConfiguration]
Returns the value of attribute resharding_configuration.
Instance Attribute Details
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def apply_immediately @apply_immediately end |
#node_group_count ⇒ ::Integer
Returns the value of attribute node_group_count.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def node_group_count @node_group_count end |
#node_groups_to_remove ⇒ ::Array[::String]
Returns the value of attribute node_groups_to_remove.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def node_groups_to_remove @node_groups_to_remove end |
#node_groups_to_retain ⇒ ::Array[::String]
Returns the value of attribute node_groups_to_retain.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def node_groups_to_retain @node_groups_to_retain end |
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def replication_group_id @replication_group_id end |
#resharding_configuration ⇒ ::Array[Types::ReshardingConfiguration]
Returns the value of attribute resharding_configuration.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def resharding_configuration @resharding_configuration end |