class Amazonite::Ssm::RegisterPatchBaselineForPatchGroupRequest

Included Modules

Defined in:

ssm/register_patch_baseline_for_patch_group_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(baseline_id : String, patch_group : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[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_id : String #

The ID of the patch baseline to register with the patch group.


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

The ID of the patch baseline to register with the patch group.


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

See Object#hash(hasher)


def patch_group : String #

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


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

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


[View source]
def validate! : Nil #

[View source]