enum Amazonite::DynamoDBV2::IndexStatus

Defined in:

dynamodb_v2/index_status.cr

Enum Members

Creating = 0
Updating = 1
Deleting = 2
Active = 3

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_json(pull : JSON::PullParser) : ADDB::IndexStatus #

[View source]
def self.to_json(e : IndexStatus, json : JSON::Builder) : Nil #

[View source]

Instance Method Detail

def active? #

[View source]
def creating? #

[View source]
def deleting? #

[View source]
def updating? #

[View source]