enum Amazonite::DynamoDB::SSEStatus

Defined in:

dynamodb/sse_status.cr

Enum Members

Enabling = 0
Enabled = 1
Disabling = 2
Disabled = 3
Updating = 4

Class Method Summary

Instance Method Summary

Class Method Detail

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

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

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

[View source]

Instance Method Detail

def disabled? #

Returns true if this enum value equals Disabled


[View source]
def disabling? #

Returns true if this enum value equals Disabling


[View source]
def enabled? #

Returns true if this enum value equals Enabled


[View source]
def enabling? #

Returns true if this enum value equals Enabling


[View source]
def to_json_object_key : String #

[View source]
def updating? #

Returns true if this enum value equals Updating


[View source]