class

Amazonite::SsmV1::InstancePatchState

Inherits JSON::Serializable < Reference < Object

Constructors

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)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

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