Class: Aws::SecurityHub::Types::AwsSsmPatchComplianceDetails

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

Overview

Provides information about the state of a patch on an instance based on the patch baseline that was used to patch the instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#patchTypes::AwsSsmPatch

Information about the status of a patch.

Returns:



20161
20162
20163
20164
20165
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20161

class AwsSsmPatchComplianceDetails < Struct.new(
  :patch)
  SENSITIVE = []
  include Aws::Structure
end