Struct rusoto_dynamodb::CreateGlobalSecondaryIndexAction [] [src]

pub struct CreateGlobalSecondaryIndexAction {
    pub index_name: IndexName,
    pub key_schema: KeySchema,
    pub projection: Projection,
    pub provisioned_throughput: ProvisionedThroughput,
}

Represents a new global secondary index to be added to an existing table.

Fields

The name of the global secondary index to be created.

The key schema for the global secondary index.

Trait Implementations

impl Default for CreateGlobalSecondaryIndexAction
[src]

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

impl Debug for CreateGlobalSecondaryIndexAction
[src]

Formats the value using the given formatter.

impl Clone for CreateGlobalSecondaryIndexAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more