enum

Amazonite::SsmV1::AttachmentsSourceKey

Inherits Enum < Comparable < Value < Object

Constants

SourceUrl = 0
S3FileUrl = 1
AttachmentReference = 2

Class methods

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

Instance methods

attachment_reference?

Returns true if this enum value equals AttachmentReference

Source
s3_file_url?

Returns true if this enum value equals S3FileUrl

Source
source_url?

Returns true if this enum value equals SourceUrl

Source