Class: Aws::Types::ModifyReplicationGroupShardConfigurationMessage

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)


1265
1266
1267
# File 'sig/types.rbs', line 1265

def apply_immediately
  @apply_immediately
end

#node_group_count::Integer

Returns the value of attribute node_group_count.

Returns:

  • (::Integer)


1264
1265
1266
# File 'sig/types.rbs', line 1264

def node_group_count
  @node_group_count
end

#node_groups_to_remove::Array[::String]

Returns the value of attribute node_groups_to_remove.

Returns:

  • (::Array[::String])


1267
1268
1269
# File 'sig/types.rbs', line 1267

def node_groups_to_remove
  @node_groups_to_remove
end

#node_groups_to_retain::Array[::String]

Returns the value of attribute node_groups_to_retain.

Returns:

  • (::Array[::String])


1268
1269
1270
# File 'sig/types.rbs', line 1268

def node_groups_to_retain
  @node_groups_to_retain
end

#replication_group_id::String

Returns the value of attribute replication_group_id.

Returns:

  • (::String)


1263
1264
1265
# File 'sig/types.rbs', line 1263

def replication_group_id
  @replication_group_id
end

#resharding_configuration::Array[Types::ReshardingConfiguration]

Returns the value of attribute resharding_configuration.

Returns:



1266
1267
1268
# File 'sig/types.rbs', line 1266

def resharding_configuration
  @resharding_configuration
end