class Amazonite::SsmV1::PatchStatus

Included Modules

Defined in:

ssm_v1/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]

Instance Method Detail

def approval_date : Time | Nil #

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

[View source]
def compliance_level : PatchComplianceLevel | Nil #

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

[View source]
def deployment_status : PatchDeploymentStatus | Nil #

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

[View source]