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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


5409
5410
5411
5412
5413
5414
# File 'lib/aws-sdk-ssm/types.rb', line 5409

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:



5409
5410
5411
5412
5413
5414
# File 'lib/aws-sdk-ssm/types.rb', line 5409

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