Class: Aws::Types::IncreaseReplicaCountMessage
- Inherits:
-
Object
- Object
- Aws::Types::IncreaseReplicaCountMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
-
#new_replica_count ⇒ ::Integer
Returns the value of attribute new_replica_count.
-
#replica_configuration ⇒ ::Array[Types::ConfigureShard]
Returns the value of attribute replica_configuration.
-
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
Instance Attribute Details
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def apply_immediately @apply_immediately end |
#new_replica_count ⇒ ::Integer
Returns the value of attribute new_replica_count.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def new_replica_count @new_replica_count end |
#replica_configuration ⇒ ::Array[Types::ConfigureShard]
Returns the value of attribute replica_configuration.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def replica_configuration @replica_configuration end |
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def replication_group_id @replication_group_id end |