class Amazonite::SsmV1::PatchGroupPatchBaselineMapping

Included Modules

Defined in:

ssm_v1/patch_group_patch_baseline_mapping.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(patch_group : String | Nil = nil, baseline_identity : PatchBaselineIdentity | Nil = nil) #

[View source]

Instance Method Detail

def baseline_identity : PatchBaselineIdentity | Nil #

[View source]
def baseline_identity=(baseline_identity : PatchBaselineIdentity | Nil) #

[View source]
def patch_group : String | Nil #

[View source]
def patch_group=(patch_group : String | Nil) #

[View source]