Class: Aws::SecurityHub::Types::AwsDynamoDbTableBillingModeSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsDynamoDbTableBillingModeSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides information about the billing for read/write capacity on the table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#billing_mode ⇒ String
The method used to charge for read and write throughput and to manage capacity.
-
#last_update_to_pay_per_request_date_time ⇒ String
If the billing mode is ‘PAY_PER_REQUEST`, indicates when the billing mode was set to that value.
Instance Attribute Details
#billing_mode ⇒ String
The method used to charge for read and write throughput and to manage capacity.
5582 5583 5584 5585 5586 5587 |
# File 'lib/aws-sdk-securityhub/types.rb', line 5582 class AwsDynamoDbTableBillingModeSummary < Struct.new( :billing_mode, :last_update_to_pay_per_request_date_time) SENSITIVE = [] include Aws::Structure end |
#last_update_to_pay_per_request_date_time ⇒ String
If the billing mode is ‘PAY_PER_REQUEST`, indicates when the billing mode was set to that value.
For more information about the validation and formatting of timestamp fields in Security Hub, see [Timestamps].
[1]: docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
5582 5583 5584 5585 5586 5587 |
# File 'lib/aws-sdk-securityhub/types.rb', line 5582 class AwsDynamoDbTableBillingModeSummary < Struct.new( :billing_mode, :last_update_to_pay_per_request_date_time) SENSITIVE = [] include Aws::Structure end |