Class: Aws::SecurityHub::Types::AwsSsmPatchComplianceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsSsmPatchComplianceDetails
- Includes:
- Aws::Structure
- Defined in:
- 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.
21103 21104 21105 21106 21107 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21103 class AwsSsmPatchComplianceDetails < Struct.new( :patch) SENSITIVE = [] include Aws::Structure end |