class Amazonite::DynamoDBV2::CreateGlobalSecondaryIndexAction
- Amazonite::DynamoDBV2::CreateGlobalSecondaryIndexAction
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb_v2/create_global_secondary_index_action.crConstructors
- .new(index_name : String, key_schema : Array(KeySchemaElement), projection : Projection, provisioned_throughput : ProvisionedThroughput | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #index_name : String
- #index_name=(index_name : String)
- #key_schema : Array(KeySchemaElement)
- #key_schema=(key_schema : Array(KeySchemaElement))
- #projection : Projection
- #projection=(projection : Projection)
- #provisioned_throughput : ProvisionedThroughput | Nil
- #provisioned_throughput=(provisioned_throughput : ProvisionedThroughput | Nil)
Constructor Detail
def self.new(index_name : String, key_schema : Array(KeySchemaElement), projection : Projection, provisioned_throughput : ProvisionedThroughput | Nil = nil)
#