enum Amazonite::DynamoDB::TableStatus

Defined in:

dynamodb/table_status.cr

Enum Members

Creating = 0
Updating = 1
Deleting = 2
Active = 3
InaccessibleEncryptionCredentials = 4
Archiving = 5
Archived = 6
ReplicationNotAuthorized = 7

Class Method Summary

Instance Method Summary

Class Method Detail

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

[View source]
def self.from_json_object_key?(key : String) : ADDB::TableStatus | Nil #

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

[View source]

Instance Method Detail

def active? #

Returns true if this enum value equals Active


[View source]
def archived? #

Returns true if this enum value equals Archived


[View source]
def archiving? #

Returns true if this enum value equals Archiving


[View source]
def creating? #

Returns true if this enum value equals Creating


[View source]
def deleting? #

Returns true if this enum value equals Deleting


[View source]
def inaccessible_encryption_credentials? #

Returns true if this enum value equals InaccessibleEncryptionCredentials


[View source]
def replication_not_authorized? #

Returns true if this enum value equals ReplicationNotAuthorized


[View source]
def to_json_object_key : String #

[View source]
def updating? #

Returns true if this enum value equals Updating


[View source]