class Amazonite::DynamoDBV2::GlobalSecondaryIndexDescription

Included Modules

Defined in:

dynamodb_v2/global_secondary_index_description.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, index_status : IndexStatus | Nil = nil, backfilling : Bool | Nil = nil, provisioned_throughput : ProvisionedThroughputDescription | Nil = nil, index_size_bytes : Int64 | Nil = nil, item_count : Int64 | Nil = nil, index_arn : String | Nil = nil) #

[View source]

Instance Method Detail

def backfilling : Bool | Nil #

[View source]
def backfilling=(backfilling : Bool | Nil) #

[View source]
def index_arn : String | Nil #

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

[View source]
def index_name : String | Nil #

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

[View source]
def index_size_bytes : Int64 | Nil #

[View source]
def index_size_bytes=(index_size_bytes : Int64 | Nil) #

[View source]
def index_status : IndexStatus | Nil #

[View source]
def index_status=(index_status : IndexStatus | Nil) #

[View source]
def item_count : Int64 | Nil #

[View source]
def item_count=(item_count : Int64 | 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 : ProvisionedThroughputDescription | Nil #

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

[View source]