Class: Aws::SSM::Types::DescribeInstancePatchesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeInstancePatchesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::PatchOrchestratorFilter>
Each element in the array is a structure containing a key-value pair.
-
#instance_id ⇒ String
The ID of the managed node whose patch state information should be retrieved.
-
#max_results ⇒ Integer
The maximum number of patches to return (per page).
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#filters ⇒ Array<Types::PatchOrchestratorFilter>
Each element in the array is a structure containing a key-value pair.
Supported keys for ‘DescribeInstancePatches`include 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*.
[1]: docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-compliance-states.html
5406 5407 5408 5409 5410 5411 5412 5413 |
# File 'lib/aws-sdk-ssm/types.rb', line 5406 class DescribeInstancePatchesRequest < Struct.new( :instance_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the managed node whose patch state information should be retrieved.
5406 5407 5408 5409 5410 5411 5412 5413 |
# File 'lib/aws-sdk-ssm/types.rb', line 5406 class DescribeInstancePatchesRequest < Struct.new( :instance_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of patches to return (per page).
5406 5407 5408 5409 5410 5411 5412 5413 |
# File 'lib/aws-sdk-ssm/types.rb', line 5406 class DescribeInstancePatchesRequest < Struct.new( :instance_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. (You received this token from a previous call.)
5406 5407 5408 5409 5410 5411 5412 5413 |
# File 'lib/aws-sdk-ssm/types.rb', line 5406 class DescribeInstancePatchesRequest < Struct.new( :instance_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |