class Amazonite::DynamoDBV2::GlobalSecondaryIndexInfo

Included Modules

Defined in:

dynamodb_v2/global_secondary_index_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

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

[View source]

Instance Method Detail

def index_name : String | Nil #

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

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

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

[View source]
def projection : Projection | Nil #

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

[View source]
def provisioned_throughput : ProvisionedThroughput | Nil #

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

[View source]