You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsDynamoDbTableBillingModeSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsDynamoDbTableBillingModeSummary as input to an Aws::Client method, you can use a vanilla Hash:

{
  billing_mode: "NonEmptyString",
  last_update_to_pay_per_request_date_time: "NonEmptyString",
}

Provides information about the billing for read/write capacity on the table.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#billing_modeString

The method used to charge for read and write throughput and to manage capacity.

Returns:

  • (String)

    The method used to charge for read and write throughput and to manage capacity.

#last_update_to_pay_per_request_date_timeString

If the billing mode is PAY_PER_REQUEST, indicates when the billing mode was set to that value.

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

Returns:

  • (String)

    If the billing mode is PAY_PER_REQUEST, indicates when the billing mode was set to that value.