class Amazonite::DynamoDBV2::GlobalSecondaryIndex

Included Modules

Defined in:

dynamodb_v2/global_secondary_index.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(index_name : String, key_schema : Array(KeySchemaElement), projection : Projection, provisioned_throughput : ProvisionedThroughput | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def index_name : String #

[View source]
def index_name=(index_name : String) #

[View source]
def key_schema : Array(KeySchemaElement) #

[View source]
def key_schema=(key_schema : Array(KeySchemaElement)) #

[View source]
def projection : Projection #

[View source]
def projection=(projection : Projection) #

[View source]
def provisioned_throughput : ProvisionedThroughput | Nil #

[View source]
def provisioned_throughput=(provisioned_throughput : ProvisionedThroughput | Nil) #

[View source]