enum Amazonite::SsmV1::DocumentType
Defined in:
ssm_v1/document_type.crEnum Members
-
Command =
0
-
Policy =
1
-
Automation =
2
-
Session =
3
-
Package =
4
-
ApplicationConfiguration =
5
-
ApplicationConfigurationSchema =
6
-
DeploymentStrategy =
7
-
ChangeCalendar =
8
-
AutomationChangeTemplate =
9
-
ProblemAnalysis =
10
-
ProblemAnalysisTemplate =
11
-
CloudFormation =
12
-
ConformancePackTemplate =
13
Class Method Summary
- .from_json(pull : JSON::PullParser) : AS::DocumentType
- .to_json(e : DocumentType, json : JSON::Builder) : Nil
Instance Method Summary
- #application_configuration?
- #application_configuration_schema?
- #automation?
- #automation_change_template?
- #change_calendar?
- #cloud_formation?
- #command?
- #conformance_pack_template?
- #deployment_strategy?
- #package?
- #policy?
- #problem_analysis?
- #problem_analysis_template?
- #session?