Struct aws_sdk_securityhub::model::AwsDynamoDbTableBillingModeSummary [−][src]
#[non_exhaustive]pub struct AwsDynamoDbTableBillingModeSummary {
pub billing_mode: Option<String>,
pub last_update_to_pay_per_request_date_time: Option<String>,
}
Expand description
Provides information about the billing for read/write capacity on the table.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.billing_mode: Option<String>
The method used to charge for read and write throughput and to manage capacity.
last_update_to_pay_per_request_date_time: Option<String>
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
.
Implementations
The method used to charge for read and write throughput and to manage capacity.
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
.
Creates a new builder-style object to manufacture AwsDynamoDbTableBillingModeSummary
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for AwsDynamoDbTableBillingModeSummary
impl Sync for AwsDynamoDbTableBillingModeSummary
impl Unpin for AwsDynamoDbTableBillingModeSummary
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more