enum Amazonite::DynamoDBV2::ReplicaStatus

Defined in:

dynamodb_v2/replica_status.cr

Enum Members

Creating = 0
CreationFailed = 1
Updating = 2
Deleting = 3
Active = 4
RegionDisabled = 5
InaccessibleEncryptionCredentials = 6

Class Method Summary

Instance Method Summary

Class Method Detail

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

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

[View source]

Instance Method Detail

def active? #

[View source]
def creating? #

[View source]
def creation_failed? #

[View source]
def deleting? #

[View source]
def inaccessible_encryption_credentials? #

[View source]
def region_disabled? #

[View source]
def updating? #

[View source]