You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SSM::Types::UpdatePatchBaselineResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SSM::Types::UpdatePatchBaselineResult
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #approval_rules  ⇒ Types::PatchRuleGroup 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A set of rules used to include patches in the baseline. 
- 
  
    
      #approved_patches  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of explicitly approved patches for the baseline. 
- 
  
    
      #approved_patches_compliance_level  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The compliance severity level assigned to the patch baseline after the update completed. 
- 
  
    
      #approved_patches_enable_non_security  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates whether the list of approved patches includes non-security updates that should be applied to the instances. 
- 
  
    
      #baseline_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the deleted patch baseline. 
- 
  
    
      #created_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date when the patch baseline was created. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A description of the Patch Baseline. 
- 
  
    
      #global_filters  ⇒ Types::PatchFilterGroup 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A set of global filters used to exclude patches from the baseline. 
- 
  
    
      #modified_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date when the patch baseline was last modified. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the patch baseline. 
- 
  
    
      #operating_system  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The operating system rule used by the updated patch baseline. 
- 
  
    
      #rejected_patches  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of explicitly rejected patches for the baseline. 
- 
  
    
      #rejected_patches_action  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The action specified to take on patches included in the RejectedPatches list. 
- 
  
    
      #sources  ⇒ Array<Types::PatchSource> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the patches to use to update the instances, including target operating systems and source repositories. 
Instance Attribute Details
#approval_rules ⇒ Types::PatchRuleGroup
A set of rules used to include patches in the baseline.
#approved_patches ⇒ Array<String>
A list of explicitly approved patches for the baseline.
#approved_patches_compliance_level ⇒ String
The compliance severity level assigned to the patch baseline after the update completed.
Possible values:
- CRITICAL
- HIGH
- MEDIUM
- LOW
- INFORMATIONAL
- UNSPECIFIED
#approved_patches_enable_non_security ⇒ Boolean
Indicates whether the list of approved patches includes non-security updates that should be applied to the instances. The default value is \'false\'. Applies to Linux instances only.
#baseline_id ⇒ String
The ID of the deleted patch baseline.
#created_date ⇒ Time
The date when the patch baseline was created.
#description ⇒ String
A description of the Patch Baseline.
#global_filters ⇒ Types::PatchFilterGroup
A set of global filters used to exclude patches from the baseline.
#modified_date ⇒ Time
The date when the patch baseline was last modified.
#name ⇒ String
The name of the patch baseline.
#operating_system ⇒ String
The operating system rule used by the updated patch baseline.
Possible values:
- WINDOWS
- AMAZON_LINUX
- AMAZON_LINUX_2
- UBUNTU
- REDHAT_ENTERPRISE_LINUX
- SUSE
- CENTOS
- ORACLE_LINUX
- DEBIAN
#rejected_patches ⇒ Array<String>
A list of explicitly rejected patches for the baseline.
#rejected_patches_action ⇒ String
The action specified to take on patches included in the RejectedPatches list. A patch can be allowed only if it is a dependency of another package, or blocked entirely along with packages that include it as a dependency.
Possible values:
- ALLOW_AS_DEPENDENCY
- BLOCK
#sources ⇒ Array<Types::PatchSource>
Information about the patches to use to update the instances, including target operating systems and source repositories. Applies to Linux instances only.