enum Amazonite::DynamoDBV2::ImportStatus

Defined in:

dynamodb_v2/import_status.cr

Enum Members

InProgress = 0
Completed = 1
Cancelling = 2
Cancelled = 3
Failed = 4

Class Method Summary

Instance Method Summary

Class Method Detail

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

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

[View source]

Instance Method Detail

def cancelled? #

[View source]
def cancelling? #

[View source]
def completed? #

[View source]
def failed? #

[View source]
def in_progress? #

[View source]