enum Amazonite::SsmV1::DocumentFormat
Defined in:
ssm_v1/document_format.crEnum Members
-
Yaml =
0
-
Json =
1
-
Text =
2
Class Method Summary
- .from_json(pull : JSON::PullParser) : AS::DocumentFormat
- .to_json(e : DocumentFormat, json : JSON::Builder) : Nil