Class: Aws::Types::GlobalSecondaryIndexWarmThroughputDescription

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)


800
801
802
# File 'sig/types.rbs', line 800

def read_units_per_second
  @read_units_per_second
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "UPDATING", "DELETING", "ACTIVE")


802
803
804
# File 'sig/types.rbs', line 802

def status
  @status
end

#write_units_per_second::Integer

Returns the value of attribute write_units_per_second.

Returns:

  • (::Integer)


801
802
803
# File 'sig/types.rbs', line 801

def write_units_per_second
  @write_units_per_second
end