class
Amazonite::DynamoDB::GlobalSecondaryIndexUpdate
- Amazonite::DynamoDB::GlobalSecondaryIndexUpdate
- Reference
- Object
Overview
Represents one of the following:
-
A new global secondary index to be added to an existing table.
-
New provisioned throughput parameters for an existing global secondary index.
-
An existing global secondary index to be removed from an existing table.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/global_secondary_index_update.crConstructors
- .new(pull : JSON::PullParser)
- .new(update : UpdateGlobalSecondaryIndexAction | Nil = nil, create : CreateGlobalSecondaryIndexAction | Nil = nil, delete : DeleteGlobalSecondaryIndexAction | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#create : CreateGlobalSecondaryIndexAction | Nil
The parameters required for creating a global secondary index on an existing table:
-
#create=(create : CreateGlobalSecondaryIndexAction | Nil)
The parameters required for creating a global secondary index on an existing table:
-
#delete : DeleteGlobalSecondaryIndexAction | Nil
The name of an existing global secondary index to be removed.
-
#delete=(delete : DeleteGlobalSecondaryIndexAction | Nil)
The name of an existing global secondary index to be removed.
-
#hash(hasher)
See
Object#hash(hasher) -
#update : UpdateGlobalSecondaryIndexAction | Nil
The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.
-
#update=(update : UpdateGlobalSecondaryIndexAction | Nil)
The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The parameters required for creating a global secondary index on an existing table:
-
IndexName -
KeySchema -
AttributeDefinitions
The parameters required for creating a global secondary index on an existing table:
-
IndexName -
KeySchema -
AttributeDefinitions
The name of an existing global secondary index to be removed.
The name of an existing global secondary index to be removed.
The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.
The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.