class Amazonite::Ssm::PatchStatus

Overview

Information about the approval status of a patch.

Included Modules

Defined in:

ssm/patch_status.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(deployment_status : PatchDeploymentStatus | Nil = nil, compliance_level : PatchComplianceLevel | Nil = nil, approval_date : Time | 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 approval_date : Time | Nil #

The date the patch was approved (or will be approved if the status is PENDING_APPROVAL).


[View source]
def approval_date=(approval_date : Time | Nil) #

The date the patch was approved (or will be approved if the status is PENDING_APPROVAL).


[View source]
def compliance_level : PatchComplianceLevel | Nil #

The compliance severity level for a patch.


[View source]
def compliance_level=(compliance_level : PatchComplianceLevel | Nil) #

The compliance severity level for a patch.


[View source]
def deployment_status : PatchDeploymentStatus | Nil #

The approval status of a patch.


[View source]
def deployment_status=(deployment_status : PatchDeploymentStatus | Nil) #

The approval status of a patch.


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

See Object#hash(hasher)


def validate! : Nil #

[View source]