Class: Aws::Types::ModifyDBShardGroupMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_redundancy::Integer

Returns the value of attribute compute_redundancy.

Returns:

  • (::Integer)


3182
3183
3184
# File 'sig/types.rbs', line 3182

def compute_redundancy
  @compute_redundancy
end

#db_shard_group_identifier::String

Returns the value of attribute db_shard_group_identifier.

Returns:

  • (::String)


3179
3180
3181
# File 'sig/types.rbs', line 3179

def db_shard_group_identifier
  @db_shard_group_identifier
end

#max_acu::Float

Returns the value of attribute max_acu.

Returns:

  • (::Float)


3180
3181
3182
# File 'sig/types.rbs', line 3180

def max_acu
  @max_acu
end

#min_acu::Float

Returns the value of attribute min_acu.

Returns:

  • (::Float)


3181
3182
3183
# File 'sig/types.rbs', line 3181

def min_acu
  @min_acu
end