Class: Aws::SecurityHub::Types::AwsSsmPatchComplianceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsSsmPatchComplianceDetails
- 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
-
#patch ⇒ Types::AwsSsmPatch
Information about the status of a patch.
Instance Attribute Details
#patch ⇒ Types::AwsSsmPatch
Information about the status of a patch.
21249 21250 21251 21252 21253 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21249 class AwsSsmPatchComplianceDetails < Struct.new( :patch) SENSITIVE = [] include Aws::Structure end |