You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SSM::Types::DescribePatchGroupStateResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SSM::Types::DescribePatchGroupStateResult
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #instances  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of instances in the patch group. 
- 
  
    
      #instances_with_failed_patches  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of instances with patches from the patch baseline that failed to install. 
- 
  
    
      #instances_with_installed_other_patches  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of instances with patches installed that aren\'t defined in the patch baseline. 
- 
  
    
      #instances_with_installed_patches  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of instances with installed patches. 
- 
  
    
      #instances_with_installed_pending_reboot_patches  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of instances with patches installed by Patch Manager that have not been rebooted after the patch installation. 
- 
  
    
      #instances_with_installed_rejected_patches  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of instances with patches installed that are specified in a RejectedPatches list. 
- 
  
    
      #instances_with_missing_patches  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of instances with missing patches from the patch baseline. 
- 
  
    
      #instances_with_not_applicable_patches  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of instances with patches that aren\'t applicable. 
- 
  
    
      #instances_with_unreported_not_applicable_patches  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of instances with NotApplicablepatches beyond the supported limit, which are not reported by name to Systems Manager Inventory.
Instance Attribute Details
#instances ⇒ Integer
The number of instances in the patch group.
#instances_with_failed_patches ⇒ Integer
The number of instances with patches from the patch baseline that failed to install.
#instances_with_installed_other_patches ⇒ Integer
The number of instances with patches installed that aren\'t defined in the patch baseline.
#instances_with_installed_patches ⇒ Integer
The number of instances with installed patches.
#instances_with_installed_pending_reboot_patches ⇒ Integer
The number of instances with patches installed by Patch Manager that have not been rebooted after the patch installation. The status of these instances is NON_COMPLIANT.
#instances_with_installed_rejected_patches ⇒ Integer
The number of instances with patches installed that are specified in a RejectedPatches list. Patches with a status of INSTALLED_REJECTED were typically installed before they were added to a RejectedPatches list.
#instances_with_missing_patches ⇒ Integer
The number of instances with missing patches from the patch baseline.
#instances_with_not_applicable_patches ⇒ Integer
The number of instances with patches that aren\'t applicable.
#instances_with_unreported_not_applicable_patches ⇒ Integer
The number of instances with NotApplicable patches beyond the
supported limit, which are not reported by name to Systems Manager
Inventory.