You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::PatchFilterGroup

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PatchFilterGroup as input to an Aws::Client method, you can use a vanilla Hash:

{
  patch_filters: [ # required
    {
      key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
      values: ["PatchFilterValue"], # required
    },
  ],
}

A set of patch filters, typically used for approval rules.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#patch_filtersArray<Types::PatchFilter>

The set of patch filters that make up the group.

Returns: