Class: Aws::Types::ProvisionedThroughputDescription

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::Time

Returns the value of attribute last_decrease_date_time.

Returns:

  • (::Time)


1178
1179
1180
# File 'sig/types.rbs', line 1178

def last_decrease_date_time
  @last_decrease_date_time
end

#last_increase_date_time::Time

Returns the value of attribute last_increase_date_time.

Returns:

  • (::Time)


1177
1178
1179
# File 'sig/types.rbs', line 1177

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)


1179
1180
1181
# File 'sig/types.rbs', line 1179

def number_of_decreases_today
  @number_of_decreases_today
end

#read_capacity_units::Integer

Returns the value of attribute read_capacity_units.

Returns:

  • (::Integer)


1180
1181
1182
# File 'sig/types.rbs', line 1180

def read_capacity_units
  @read_capacity_units
end

#write_capacity_units::Integer

Returns the value of attribute write_capacity_units.

Returns:

  • (::Integer)


1181
1182
1183
# File 'sig/types.rbs', line 1181

def write_capacity_units
  @write_capacity_units
end