Class: Aws::Types::IncreaseNodeGroupsInGlobalReplicationGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::IncreaseNodeGroupsInGlobalReplicationGroupMessage
- 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.
-
#node_group_count ⇒ ::Integer
Returns the value of attribute node_group_count.
-
#regional_configurations ⇒ ::Array[Types::RegionalConfiguration]
Returns the value of attribute regional_configurations.
Instance Attribute Details
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def apply_immediately @apply_immediately end |
#global_replication_group_id ⇒ ::String
Returns the value of attribute global_replication_group_id.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def global_replication_group_id @global_replication_group_id end |
#node_group_count ⇒ ::Integer
Returns the value of attribute node_group_count.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def node_group_count @node_group_count end |
#regional_configurations ⇒ ::Array[Types::RegionalConfiguration]
Returns the value of attribute regional_configurations.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def regional_configurations @regional_configurations end |