enum
Amazonite::Ssm::AttachmentsSourceKey
Defined in:
ssm/attachments_source_key.crEnum Members
-
SourceUrl =
0 -
S3FileUrl =
1 -
AttachmentReference =
2
Class Method Summary
- .from_json(pull : JSON::PullParser) : AS::AttachmentsSourceKey
- .from_json_object_key?(key : String) : AS::AttachmentsSourceKey | Nil
- .to_json(e : AttachmentsSourceKey, json : JSON::Builder) : Nil
Instance Method Summary
-
#attachment_reference?
Returns
trueif this enum value equalsAttachmentReference -
#s3_file_url?
Returns
trueif this enum value equalsS3FileUrl -
#source_url?
Returns
trueif this enum value equalsSourceUrl - #to_json_object_key : String