#[non_exhaustive]pub struct AwsDynamoDbTableProvisionedThroughputOverride { /* private fields */ }
Expand description
Replica-specific configuration for the provisioned throughput.
Implementations§
source§impl AwsDynamoDbTableProvisionedThroughputOverride
impl AwsDynamoDbTableProvisionedThroughputOverride
sourcepub fn read_capacity_units(&self) -> i32
pub fn read_capacity_units(&self) -> i32
The read capacity units for the replica.
source§impl AwsDynamoDbTableProvisionedThroughputOverride
impl AwsDynamoDbTableProvisionedThroughputOverride
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsDynamoDbTableProvisionedThroughputOverride
.
Trait Implementations§
source§impl Clone for AwsDynamoDbTableProvisionedThroughputOverride
impl Clone for AwsDynamoDbTableProvisionedThroughputOverride
source§fn clone(&self) -> AwsDynamoDbTableProvisionedThroughputOverride
fn clone(&self) -> AwsDynamoDbTableProvisionedThroughputOverride
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<AwsDynamoDbTableProvisionedThroughputOverride> for AwsDynamoDbTableProvisionedThroughputOverride
impl PartialEq<AwsDynamoDbTableProvisionedThroughputOverride> for AwsDynamoDbTableProvisionedThroughputOverride
source§fn eq(&self, other: &AwsDynamoDbTableProvisionedThroughputOverride) -> bool
fn eq(&self, other: &AwsDynamoDbTableProvisionedThroughputOverride) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.