Struct rusoto_dynamodb::UpdateGlobalSecondaryIndexAction [] [src]

pub struct UpdateGlobalSecondaryIndexAction {
    pub index_name: IndexName,
    pub provisioned_throughput: ProvisionedThroughput,
}

Represents the new provisioned throughput settings to be applied to a global secondary index.

Fields

The name of the global secondary index to be updated.

Trait Implementations

impl Default for UpdateGlobalSecondaryIndexAction
[src]

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

impl Debug for UpdateGlobalSecondaryIndexAction
[src]

Formats the value using the given formatter.

impl Clone for UpdateGlobalSecondaryIndexAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more