Class: Aws::SSM::Types::DescribeInstancePatchesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::PatchOrchestratorFilter>

Each element in the array is a structure containing a key-value pair.

Supported keys for DescribeInstancePatchesinclude the following:

  • Classification

    Sample values: Security | SecurityUpdates

  • KBId

    Sample values: KB4480056 | java-1.7.0-openjdk.x86_64

  • Severity

    Sample values: Important | Medium | Low

  • State

    Sample values: Installed | InstalledOther | InstalledPendingReboot

    For lists of all State values, see Patch compliance state values in the Amazon Web Services Systems Manager User Guide.

Returns:



5509
5510
5511
5512
5513
5514
5515
5516
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5509

class DescribeInstancePatchesRequest < Struct.new(
  :instance_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The ID of the managed node whose patch state information should be retrieved.

Returns:

  • (String)


5509
5510
5511
5512
5513
5514
5515
5516
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5509

class DescribeInstancePatchesRequest < Struct.new(
  :instance_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of patches to return (per page).

Returns:

  • (Integer)


5509
5510
5511
5512
5513
5514
5515
5516
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5509

class DescribeInstancePatchesRequest < Struct.new(
  :instance_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


5509
5510
5511
5512
5513
5514
5515
5516
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5509

class DescribeInstancePatchesRequest < Struct.new(
  :instance_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end