class Amazonite::Ssm::DeregisterPatchBaselineForPatchGroupResult

Included Modules

Defined in:

ssm/deregister_patch_baseline_for_patch_group_result.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(baseline_id : String | Nil = nil, patch_group : String | 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_id : String | Nil #

The ID of the patch baseline the patch group was deregistered from.


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

The ID of the patch baseline the patch group was deregistered from.


[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 deregistered from the patch baseline.


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

The name of the patch group deregistered from the patch baseline.


[View source]
def validate! : Nil #

[View source]