class Amazonite::SsmV1::PatchGroupPatchBaselineMapping
- Amazonite::SsmV1::PatchGroupPatchBaselineMapping
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/patch_group_patch_baseline_mapping.crConstructors
- .new(pull : JSON::PullParser)
- .new(patch_group : String | Nil = nil, baseline_identity : PatchBaselineIdentity | Nil = nil)
Instance Method Summary
- #baseline_identity : PatchBaselineIdentity | Nil
- #baseline_identity=(baseline_identity : PatchBaselineIdentity | Nil)
- #patch_group : String | Nil
- #patch_group=(patch_group : String | Nil)
Constructor Detail
def self.new(patch_group : String | Nil = nil, baseline_identity : PatchBaselineIdentity | Nil = nil)
#