#[non_exhaustive]pub struct AwsDynamoDbTableProvisionedThroughputOverride { /* private fields */ }Expand description
Replica-specific configuration for the provisioned throughput.
Implementations
sourceimpl AwsDynamoDbTableProvisionedThroughputOverride
impl AwsDynamoDbTableProvisionedThroughputOverride
sourcepub fn read_capacity_units(&self) -> i32
pub fn read_capacity_units(&self) -> i32
The read capacity units for the replica.
sourceimpl AwsDynamoDbTableProvisionedThroughputOverride
impl AwsDynamoDbTableProvisionedThroughputOverride
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsDynamoDbTableProvisionedThroughputOverride.
Trait Implementations
sourceimpl Clone for AwsDynamoDbTableProvisionedThroughputOverride
impl Clone for AwsDynamoDbTableProvisionedThroughputOverride
sourcefn clone(&self) -> AwsDynamoDbTableProvisionedThroughputOverride
fn clone(&self) -> AwsDynamoDbTableProvisionedThroughputOverride
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<AwsDynamoDbTableProvisionedThroughputOverride> for AwsDynamoDbTableProvisionedThroughputOverride
impl PartialEq<AwsDynamoDbTableProvisionedThroughputOverride> for AwsDynamoDbTableProvisionedThroughputOverride
sourcefn eq(&self, other: &AwsDynamoDbTableProvisionedThroughputOverride) -> bool
fn eq(&self, other: &AwsDynamoDbTableProvisionedThroughputOverride) -> bool
impl StructuralPartialEq for AwsDynamoDbTableProvisionedThroughputOverride
Auto Trait Implementations
impl RefUnwindSafe for AwsDynamoDbTableProvisionedThroughputOverride
impl Send for AwsDynamoDbTableProvisionedThroughputOverride
impl Sync for AwsDynamoDbTableProvisionedThroughputOverride
impl Unpin for AwsDynamoDbTableProvisionedThroughputOverride
impl UnwindSafe for AwsDynamoDbTableProvisionedThroughputOverride
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more