#[non_exhaustive]pub struct AwsDynamoDbTableAttributeDefinition { /* private fields */ }
Expand description
Contains a definition of an attribute for the table.
Implementations§
source§impl AwsDynamoDbTableAttributeDefinition
impl AwsDynamoDbTableAttributeDefinition
sourcepub fn attribute_name(&self) -> Option<&str>
pub fn attribute_name(&self) -> Option<&str>
The name of the attribute.
sourcepub fn attribute_type(&self) -> Option<&str>
pub fn attribute_type(&self) -> Option<&str>
The type of the attribute.
source§impl AwsDynamoDbTableAttributeDefinition
impl AwsDynamoDbTableAttributeDefinition
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsDynamoDbTableAttributeDefinition
.
Trait Implementations§
source§impl Clone for AwsDynamoDbTableAttributeDefinition
impl Clone for AwsDynamoDbTableAttributeDefinition
source§fn clone(&self) -> AwsDynamoDbTableAttributeDefinition
fn clone(&self) -> AwsDynamoDbTableAttributeDefinition
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<AwsDynamoDbTableAttributeDefinition> for AwsDynamoDbTableAttributeDefinition
impl PartialEq<AwsDynamoDbTableAttributeDefinition> for AwsDynamoDbTableAttributeDefinition
source§fn eq(&self, other: &AwsDynamoDbTableAttributeDefinition) -> bool
fn eq(&self, other: &AwsDynamoDbTableAttributeDefinition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.