#[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 more