Class: Aws::Types::ReplicaSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#read_capacity_auto_scalingTypes::AutoScalingSettings

Returns the value of attribute read_capacity_auto_scaling.

Returns:



345
346
347
# File 'sig/types.rbs', line 345

def read_capacity_auto_scaling
  @read_capacity_auto_scaling
end

#read_capacity_units::Integer

Returns the value of attribute read_capacity_units.

Returns:



344
345
346
# File 'sig/types.rbs', line 344

def read_capacity_units
  @read_capacity_units
end

#region::String

Returns the value of attribute region.

Returns:



343
344
345
# File 'sig/types.rbs', line 343

def region
  @region
end