#[non_exhaustive]pub struct ReplicaGlobalSecondaryIndexDescription { /* private fields */ }
Expand description
Represents the properties of a replica global secondary index.
Implementations
sourceimpl ReplicaGlobalSecondaryIndexDescription
impl ReplicaGlobalSecondaryIndexDescription
sourcepub fn index_name(&self) -> Option<&str>
pub fn index_name(&self) -> Option<&str>
The name of the global secondary index.
sourcepub fn provisioned_throughput_override(
&self
) -> Option<&ProvisionedThroughputOverride>
pub fn provisioned_throughput_override(
&self
) -> Option<&ProvisionedThroughputOverride>
If not described, uses the source table GSI's read capacity settings.
sourceimpl ReplicaGlobalSecondaryIndexDescription
impl ReplicaGlobalSecondaryIndexDescription
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReplicaGlobalSecondaryIndexDescription
.
Trait Implementations
sourceimpl Clone for ReplicaGlobalSecondaryIndexDescription
impl Clone for ReplicaGlobalSecondaryIndexDescription
sourcefn clone(&self) -> ReplicaGlobalSecondaryIndexDescription
fn clone(&self) -> ReplicaGlobalSecondaryIndexDescription
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<ReplicaGlobalSecondaryIndexDescription> for ReplicaGlobalSecondaryIndexDescription
impl PartialEq<ReplicaGlobalSecondaryIndexDescription> for ReplicaGlobalSecondaryIndexDescription
sourcefn eq(&self, other: &ReplicaGlobalSecondaryIndexDescription) -> bool
fn eq(&self, other: &ReplicaGlobalSecondaryIndexDescription) -> bool
impl StructuralPartialEq for ReplicaGlobalSecondaryIndexDescription
Auto Trait Implementations
impl RefUnwindSafe for ReplicaGlobalSecondaryIndexDescription
impl Send for ReplicaGlobalSecondaryIndexDescription
impl Sync for ReplicaGlobalSecondaryIndexDescription
impl Unpin for ReplicaGlobalSecondaryIndexDescription
impl UnwindSafe for ReplicaGlobalSecondaryIndexDescription
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