Class: Aws::SSM::Types::DescribeInstancePatchesResult

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

#next_tokenString

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

Returns:

  • (String)


5420
5421
5422
5423
5424
5425
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5420

class DescribeInstancePatchesResult < Struct.new(
  :patches,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#patchesArray<Types::PatchComplianceData>

Each entry in the array is a structure containing:

  • Title (string)

  • KBId (string)

  • Classification (string)

  • Severity (string)

  • State (string, such as "INSTALLED" or "FAILED")

  • InstalledTime (DateTime)

  • InstalledBy (string)

Returns:



5420
5421
5422
5423
5424
5425
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5420

class DescribeInstancePatchesResult < Struct.new(
  :patches,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end