enum

Amazonite::DynamoDBV2::S3SseAlgorithm

Inherits Enum < Comparable < Value < Object

Constants

Aes256 = 0
Kms = 1

Class methods

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

Instance methods

aes256?

Returns true if this enum value equals Aes256

Source
kms?

Returns true if this enum value equals Kms

Source