Class: Aws::Types::TableWarmThroughputDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#read_units_per_second::Integer

Returns the value of attribute read_units_per_second.

Returns:

  • (::Integer)


1660
1661
1662
# File 'sig/types.rbs', line 1660

def read_units_per_second
  @read_units_per_second
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "UPDATING", "DELETING", "ACTIVE", "INACCESSIBLE_ENCRYPTION_CREDENTIALS", "ARCHIVING", "ARCHIVED", "REPLICATION_NOT_AUTHORIZED")


1662
1663
1664
# File 'sig/types.rbs', line 1662

def status
  @status
end

#write_units_per_second::Integer

Returns the value of attribute write_units_per_second.

Returns:

  • (::Integer)


1661
1662
1663
# File 'sig/types.rbs', line 1661

def write_units_per_second
  @write_units_per_second
end