class Amazonite::Ssm::GetPatchBaselineForPatchGroupRequest

Included Modules

Defined in:

ssm/get_patch_baseline_for_patch_group_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def operating_system : OperatingSystem | Nil #

Returns the operating system rule specified for patch groups using the patch baseline. The default value is WINDOWS.


[View source]
def operating_system=(operating_system : OperatingSystem | Nil) #

Returns the operating system rule specified for patch groups using the patch baseline. The default value is WINDOWS.


[View source]
def patch_group : String #

The name of the patch group whose patch baseline should be retrieved.


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

The name of the patch group whose patch baseline should be retrieved.


[View source]
def validate! : Nil #

[View source]