Class: Aws::Types::DecreaseNodeGroupsInGlobalReplicationGroupMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#apply_immediatelyBoolean

Returns the value of attribute apply_immediately.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


569
570
571
# File 'sig/types.rbs', line 569

def node_group_count
  @node_group_count
end