#[non_exhaustive]pub struct AwsDynamoDbTableReplicaGlobalSecondaryIndex { /* private fields */ }Expand description
Information about a global secondary index for a DynamoDB table replica.
Implementations§
source§impl AwsDynamoDbTableReplicaGlobalSecondaryIndex
impl AwsDynamoDbTableReplicaGlobalSecondaryIndex
sourcepub fn index_name(&self) -> Option<&str>
pub fn index_name(&self) -> Option<&str>
The name of the index.
sourcepub fn provisioned_throughput_override(
&self
) -> Option<&AwsDynamoDbTableProvisionedThroughputOverride>
pub fn provisioned_throughput_override(
&self
) -> Option<&AwsDynamoDbTableProvisionedThroughputOverride>
Replica-specific configuration for the provisioned throughput for the index.
source§impl AwsDynamoDbTableReplicaGlobalSecondaryIndex
impl AwsDynamoDbTableReplicaGlobalSecondaryIndex
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsDynamoDbTableReplicaGlobalSecondaryIndex.
Trait Implementations§
source§impl Clone for AwsDynamoDbTableReplicaGlobalSecondaryIndex
impl Clone for AwsDynamoDbTableReplicaGlobalSecondaryIndex
source§fn clone(&self) -> AwsDynamoDbTableReplicaGlobalSecondaryIndex
fn clone(&self) -> AwsDynamoDbTableReplicaGlobalSecondaryIndex
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<AwsDynamoDbTableReplicaGlobalSecondaryIndex> for AwsDynamoDbTableReplicaGlobalSecondaryIndex
impl PartialEq<AwsDynamoDbTableReplicaGlobalSecondaryIndex> for AwsDynamoDbTableReplicaGlobalSecondaryIndex
source§fn eq(&self, other: &AwsDynamoDbTableReplicaGlobalSecondaryIndex) -> bool
fn eq(&self, other: &AwsDynamoDbTableReplicaGlobalSecondaryIndex) -> bool
This method tests for
self and other values to be equal, and is used
by ==.