class Amazonite::SsmV1::DescribePatchGroupStateResult

Included Modules

Defined in:

ssm_v1/describe_patch_group_state_result.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(instances : Int32 | Nil = nil, instances_with_installed_patches : Int32 | Nil = nil, instances_with_installed_other_patches : Int32 | Nil = nil, instances_with_installed_pending_reboot_patches : Int32 | Nil = nil, instances_with_installed_rejected_patches : Int32 | Nil = nil, instances_with_missing_patches : Int32 | Nil = nil, instances_with_failed_patches : Int32 | Nil = nil, instances_with_not_applicable_patches : Int32 | Nil = nil, instances_with_unreported_not_applicable_patches : Int32 | Nil = nil, instances_with_critical_non_compliant_patches : Int32 | Nil = nil, instances_with_security_non_compliant_patches : Int32 | Nil = nil, instances_with_other_non_compliant_patches : Int32 | Nil = nil) #

[View source]

Instance Method Detail

def instances : Int32 | Nil #

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

[View source]
def instances_with_critical_non_compliant_patches : Int32 | Nil #

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

[View source]
def instances_with_failed_patches : Int32 | Nil #

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

[View source]
def instances_with_installed_other_patches : Int32 | Nil #

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

[View source]
def instances_with_installed_patches : Int32 | Nil #

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

[View source]
def instances_with_installed_pending_reboot_patches : Int32 | Nil #

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

[View source]
def instances_with_installed_rejected_patches : Int32 | Nil #

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

[View source]
def instances_with_missing_patches : Int32 | Nil #

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

[View source]
def instances_with_not_applicable_patches : Int32 | Nil #

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

[View source]
def instances_with_other_non_compliant_patches : Int32 | Nil #

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

[View source]
def instances_with_security_non_compliant_patches : Int32 | Nil #

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

[View source]
def instances_with_unreported_not_applicable_patches : Int32 | Nil #

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

[View source]