enum

Amazonite::DynamoDBV2::ExportFormat

Inherits Enum < Comparable < Value < Object

Constants

DynamodbJson = 0
Ion = 1

Class methods

from_json(pull : JSON::PullParser) : ADDB::ExportFormat
Source
to_json(e : ExportFormat, json : JSON::Builder) : Nil
Source

Instance methods

dynamodb_json?

Returns true if this enum value equals DynamodbJson

Source
ion?

Returns true if this enum value equals Ion

Source