Class: Aws::Types::DecreaseNodeGroupsInGlobalReplicationGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::DecreaseNodeGroupsInGlobalReplicationGroupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
-
#global_node_groups_to_remove ⇒ ::Array[::String]
Returns the value of attribute global_node_groups_to_remove.
-
#global_node_groups_to_retain ⇒ ::Array[::String]
Returns the value of attribute global_node_groups_to_retain.
-
#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.
Instance Attribute Details
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
572 573 574 |
# File 'sig/types.rbs', line 572 def apply_immediately @apply_immediately end |
#global_node_groups_to_remove ⇒ ::Array[::String]
Returns the value of attribute global_node_groups_to_remove.
570 571 572 |
# File 'sig/types.rbs', line 570 def global_node_groups_to_remove @global_node_groups_to_remove end |
#global_node_groups_to_retain ⇒ ::Array[::String]
Returns the value of attribute global_node_groups_to_retain.
571 572 573 |
# File 'sig/types.rbs', line 571 def global_node_groups_to_retain @global_node_groups_to_retain end |
#global_replication_group_id ⇒ ::String
Returns the value of attribute global_replication_group_id.
568 569 570 |
# File 'sig/types.rbs', line 568 def global_replication_group_id @global_replication_group_id end |
#node_group_count ⇒ ::Integer
Returns the value of attribute node_group_count.
569 570 571 |
# File 'sig/types.rbs', line 569 def node_group_count @node_group_count end |