enum

Amazonite::DynamoDBV2::ContributorInsightsAction

Inherits Enum < Comparable < Value < Object

Constants

Enable = 0
Disable = 1

Class methods

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

Instance methods

disable?

Returns true if this enum value equals Disable

Source
enable?

Returns true if this enum value equals Enable

Source