Class: Aws::Types::IncreaseNodeGroupsInGlobalReplicationGroupMessage

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:



1039
1040
1041
# File 'sig/types.rbs', line 1039

def regional_configurations
  @regional_configurations
end