Class: Aws::Types::DecreaseReplicaCountMessage
- Inherits:
-
Object
- Object
- Aws::Types::DecreaseReplicaCountMessage
- 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.
-
#replicas_to_remove ⇒ ::Array[::String]
Returns the value of attribute replicas_to_remove.
-
#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.
586 587 588 |
# File 'sig/types.rbs', line 586 def apply_immediately @apply_immediately end |
#new_replica_count ⇒ ::Integer
Returns the value of attribute new_replica_count.
583 584 585 |
# File 'sig/types.rbs', line 583 def new_replica_count @new_replica_count end |
#replica_configuration ⇒ ::Array[Types::ConfigureShard]
Returns the value of attribute replica_configuration.
584 585 586 |
# File 'sig/types.rbs', line 584 def replica_configuration @replica_configuration end |
#replicas_to_remove ⇒ ::Array[::String]
Returns the value of attribute replicas_to_remove.
585 586 587 |
# File 'sig/types.rbs', line 585 def replicas_to_remove @replicas_to_remove end |
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
582 583 584 |
# File 'sig/types.rbs', line 582 def replication_group_id @replication_group_id end |