Class: Aws::Types::RebalanceSlotsInGlobalReplicationGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::RebalanceSlotsInGlobalReplicationGroupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
-
#global_replication_group_id ⇒ ::String
Returns the value of attribute global_replication_group_id.
Instance Attribute Details
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def apply_immediately @apply_immediately end |
#global_replication_group_id ⇒ ::String
Returns the value of attribute global_replication_group_id.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def global_replication_group_id @global_replication_group_id end |