class Amazonite::SsmV1::InstancePatchState

Included Modules

Defined in:

ssm_v1/instance_patch_state.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(instance_id : String, patch_group : String, baseline_id : String, operation_start_time : Time, operation_end_time : Time, operation : PatchOperationType, snapshot_id : String | Nil = nil, install_override_list : String | Nil = nil, owner_information : String | Nil = nil, installed_count : Int32 | Nil = nil, installed_other_count : Int32 | Nil = nil, installed_pending_reboot_count : Int32 | Nil = nil, installed_rejected_count : Int32 | Nil = nil, missing_count : Int32 | Nil = nil, failed_count : Int32 | Nil = nil, unreported_not_applicable_count : Int32 | Nil = nil, not_applicable_count : Int32 | Nil = nil, last_no_reboot_install_operation_time : Time | Nil = nil, reboot_option : RebootOption | Nil = nil, critical_non_compliant_count : Int32 | Nil = nil, security_non_compliant_count : Int32 | Nil = nil, other_non_compliant_count : Int32 | Nil = nil) #

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

[View source]

Instance Method Detail

def baseline_id : String #

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

[View source]
def critical_non_compliant_count : Int32 | Nil #

[View source]
def critical_non_compliant_count=(critical_non_compliant_count : Int32 | Nil) #

[View source]
def failed_count : Int32 | Nil #

[View source]
def failed_count=(failed_count : Int32 | Nil) #

[View source]
def install_override_list : String | Nil #

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

[View source]
def installed_count : Int32 | Nil #

[View source]
def installed_count=(installed_count : Int32 | Nil) #

[View source]
def installed_other_count : Int32 | Nil #

[View source]
def installed_other_count=(installed_other_count : Int32 | Nil) #

[View source]
def installed_pending_reboot_count : Int32 | Nil #

[View source]
def installed_pending_reboot_count=(installed_pending_reboot_count : Int32 | Nil) #

[View source]
def installed_rejected_count : Int32 | Nil #

[View source]
def installed_rejected_count=(installed_rejected_count : Int32 | Nil) #

[View source]
def instance_id : String #

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

[View source]
def last_no_reboot_install_operation_time : Time | Nil #

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

[View source]
def missing_count : Int32 | Nil #

[View source]
def missing_count=(missing_count : Int32 | Nil) #

[View source]
def not_applicable_count : Int32 | Nil #

[View source]
def not_applicable_count=(not_applicable_count : Int32 | Nil) #

[View source]
def operation : PatchOperationType #

[View source]
def operation=(operation : PatchOperationType) #

[View source]
def operation_end_time : Time #

[View source]
def operation_end_time=(operation_end_time : Time) #

[View source]
def operation_start_time : Time #

[View source]
def operation_start_time=(operation_start_time : Time) #

[View source]
def other_non_compliant_count : Int32 | Nil #

[View source]
def other_non_compliant_count=(other_non_compliant_count : Int32 | Nil) #

[View source]
def owner_information : String | Nil #

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

[View source]
def patch_group : String #

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

[View source]
def reboot_option : RebootOption | Nil #

[View source]
def reboot_option=(reboot_option : RebootOption | Nil) #

[View source]
def security_non_compliant_count : Int32 | Nil #

[View source]
def security_non_compliant_count=(security_non_compliant_count : Int32 | Nil) #

[View source]
def snapshot_id : String | Nil #

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

[View source]
def unreported_not_applicable_count : Int32 | Nil #

[View source]
def unreported_not_applicable_count=(unreported_not_applicable_count : Int32 | Nil) #

[View source]