class Aws::SecurityHub::Types::AwsDynamoDbTableProvisionedThroughput

Information about the provisioned throughput for the table or for a global secondary index.

@note When making an API call, you may pass AwsDynamoDbTableProvisionedThroughput

data as a hash:

    {
      last_decrease_date_time: "NonEmptyString",
      last_increase_date_time: "NonEmptyString",
      number_of_decreases_today: 1,
      read_capacity_units: 1,
      write_capacity_units: 1,
    }

@!attribute [rw] last_decrease_date_time

Indicates when the provisioned throughput was last decreased.

Uses the `date-time` format specified in [RFC 3339 section 5.6,
Internet Date/Time Format][1]. The value cannot contain spaces. For
example, `2020-03-22T13:22:13.933Z`.

[1]: https://tools.ietf.org/html/rfc3339#section-5.6
@return [String]

@!attribute [rw] last_increase_date_time

Indicates when the provisioned throughput was last increased.

Uses the `date-time` format specified in [RFC 3339 section 5.6,
Internet Date/Time Format][1]. The value cannot contain spaces. For
example, `2020-03-22T13:22:13.933Z`.

[1]: https://tools.ietf.org/html/rfc3339#section-5.6
@return [String]

@!attribute [rw] number_of_decreases_today

The number of times during the current UTC calendar day that the
provisioned throughput was decreased.
@return [Integer]

@!attribute [rw] read_capacity_units

The maximum number of strongly consistent reads consumed per second
before DynamoDB returns a `ThrottlingException`.
@return [Integer]

@!attribute [rw] write_capacity_units

The maximum number of writes consumed per second before DynamoDB
returns a `ThrottlingException`.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsDynamoDbTableProvisionedThroughput AWS API Documentation

Constants

SENSITIVE