Struct assemblylift_iomod_dynamodb_guest::structs::CreateTableInput[][src]

pub struct CreateTableInput {
    pub attribute_definitions: AttributeDefinitions,
    pub table_name: TableName,
    pub key_schema: KeySchema,
    pub local_secondary_indexes: Option<LocalSecondaryIndexList>,
    pub global_secondary_indexes: Option<GlobalSecondaryIndexList>,
    pub billing_mode: Option<BillingMode>,
    pub provisioned_throughput: Option<ProvisionedThroughput>,
    pub stream_specification: Option<StreamSpecification>,
    pub sse_specification: Option<SSESpecification>,
    pub tags: Option<TagList>,
}

Fields

attribute_definitions: AttributeDefinitionstable_name: TableNamekey_schema: KeySchemalocal_secondary_indexes: Option<LocalSecondaryIndexList>global_secondary_indexes: Option<GlobalSecondaryIndexList>billing_mode: Option<BillingMode>provisioned_throughput: Option<ProvisionedThroughput>stream_specification: Option<StreamSpecification>sse_specification: Option<SSESpecification>tags: Option<TagList>

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.