enum

Amazonite::SsmV1::AssociationSyncCompliance

Inherits Enum < Comparable < Value < Object

Constants

Auto = 0
Manual = 1

Class methods

from_json(pull : JSON::PullParser) : AS::AssociationSyncCompliance
Source
to_json(e : AssociationSyncCompliance, json : JSON::Builder) : Nil
Source

Instance methods

auto?

Returns true if this enum value equals Auto

Source
manual?

Returns true if this enum value equals Manual

Source