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

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

Overview

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)


4333
4334
4335
4336
4337
# File 'lib/aws-sdk-ssm/types.rb', line 4333

class DescribeInstancePatchesResult < Struct.new(
  :patches,
  :next_token)
  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:



4333
4334
4335
4336
4337
# File 'lib/aws-sdk-ssm/types.rb', line 4333

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