ReservedThroughputDetails indicates the provisioned throughput capacity reserved for read/write information for a table.

Data structure

message ReservedThroughputDetails {
    required CapacityUnit capacity_unit = 1;
    required int64 last_increase_time = 2;
    optional int64 last_decrease_time = 3;
    required int32 number_of_decreases_today = 4;
}
capacity_unit:
  • Type: CapacityUnit

  • The provisioned throughput capacity reserved for read/write value for the specified table.

last_increase_time:
  • Type: int64

  • The last time the provisioned throughput capacity reserved for read/write settings were raised for this table, expressed in UTC time at second level.

last_decrease_time:
  • Type: int64

  • The last time the provisioned throughput capacity reserved for read/write settings were lowered for this table, expressed in UTC time at second level.

number_of_decreases_today:
  • Type: int32

  • The number of times the table’s provisioned throughput capacity reserved for read/write settings were lowered on the current calendar day.

Related operations

UpdateTable

DescribeTable