Class: Aws::Types::CapacitySpecificationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_update_to_pay_per_request_timestamp::Time

Returns the value of attribute last_update_to_pay_per_request_timestamp.

Returns:

  • (::Time)


46
47
48
# File 'sig/types.rbs', line 46

def last_update_to_pay_per_request_timestamp
  @last_update_to_pay_per_request_timestamp
end

#read_capacity_units::Integer

Returns the value of attribute read_capacity_units.

Returns:

  • (::Integer)


44
45
46
# File 'sig/types.rbs', line 44

def read_capacity_units
  @read_capacity_units
end

#throughput_mode"PAY_PER_REQUEST", "PROVISIONED"

Returns the value of attribute throughput_mode.

Returns:

  • ("PAY_PER_REQUEST", "PROVISIONED")


43
44
45
# File 'sig/types.rbs', line 43

def throughput_mode
  @throughput_mode
end

#write_capacity_units::Integer

Returns the value of attribute write_capacity_units.

Returns:

  • (::Integer)


45
46
47
# File 'sig/types.rbs', line 45

def write_capacity_units
  @write_capacity_units
end