class Amazonite::Ssm::PatchGroupPatchBaselineMapping

Overview

The mapping between a patch group and the patch baseline the patch group is registered with.

Included Modules

Defined in:

ssm/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]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def baseline_identity : PatchBaselineIdentity | Nil #

The patch baseline the patch group is registered with.


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

The patch baseline the patch group is registered with.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def patch_group : String | Nil #

The name of the patch group registered with the patch baseline.


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

The name of the patch group registered with the patch baseline.


[View source]
def validate! : Nil #

[View source]