Class: Aws::Types::AwsDynamoDbTableProvisionedThroughput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_decrease_date_time::String

Returns the value of attribute last_decrease_date_time.

Returns:

  • (::String)


1274
1275
1276
# File 'sig/types.rbs', line 1274

def last_decrease_date_time
  @last_decrease_date_time
end

#last_increase_date_time::String

Returns the value of attribute last_increase_date_time.

Returns:

  • (::String)


1275
1276
1277
# File 'sig/types.rbs', line 1275

def last_increase_date_time
  @last_increase_date_time
end

#number_of_decreases_today::Integer

Returns the value of attribute number_of_decreases_today.

Returns:

  • (::Integer)


1276
1277
1278
# File 'sig/types.rbs', line 1276

def number_of_decreases_today
  @number_of_decreases_today
end

#read_capacity_units::Integer

Returns the value of attribute read_capacity_units.

Returns:

  • (::Integer)


1277
1278
1279
# File 'sig/types.rbs', line 1277

def read_capacity_units
  @read_capacity_units
end

#write_capacity_units::Integer

Returns the value of attribute write_capacity_units.

Returns:

  • (::Integer)


1278
1279
1280
# File 'sig/types.rbs', line 1278

def write_capacity_units
  @write_capacity_units
end