enum

Amazonite::DynamoDBV2::InputFormat

Inherits Enum < Comparable < Value < Object

Constants

DynamodbJson = 0
Ion = 1
Csv = 2

Class methods

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

Instance methods

csv?

Returns true if this enum value equals Csv

Source
dynamodb_json?

Returns true if this enum value equals DynamodbJson

Source
ion?

Returns true if this enum value equals Ion

Source