Struct cfn::aws::dynamodb::table::AttributeDefinition [] [src]

pub struct AttributeDefinition {
    pub attribute_name: Value<String>,
    pub attribute_type: Value<String>,
}

Fields

Property AttributeName.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property AttributeType.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for AttributeDefinition
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for AttributeDefinition
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations