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

Class: Aws::SSM::Types::DescribePatchPropertiesRequest

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

Overview

Note:

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

{
  operating_system: "WINDOWS", # required, accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN
  property: "PRODUCT", # required, accepts PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PRIORITY, SEVERITY
  patch_set: "OS", # accepts OS, APPLICATION
  max_results: 1,
  next_token: "NextToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

Returns:

  • (Integer)

    The maximum number of items to return for this call.

#next_tokenString

The token for the next set of items to return. (You received this token from a previous call.)

Returns:

  • (String)

    The token for the next set of items to return.

#operating_systemString

The operating system type for which to list patches.

Possible values:

  • WINDOWS
  • AMAZON_LINUX
  • AMAZON_LINUX_2
  • UBUNTU
  • REDHAT_ENTERPRISE_LINUX
  • SUSE
  • CENTOS
  • ORACLE_LINUX
  • DEBIAN

Returns:

  • (String)

    The operating system type for which to list patches.

#patch_setString

Indicates whether to list patches for the Windows operating system or for Microsoft applications. Not applicable for Linux operating systems.

Possible values:

  • OS
  • APPLICATION

Returns:

  • (String)

    Indicates whether to list patches for the Windows operating system or for Microsoft applications.

#propertyString

The patch property for which you want to view patch details.

Possible values:

  • PRODUCT
  • PRODUCT_FAMILY
  • CLASSIFICATION
  • MSRC_SEVERITY
  • PRIORITY
  • SEVERITY

Returns:

  • (String)

    The patch property for which you want to view patch details.