Class: Aws::Inspector2::Types::ExploitabilityDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ExploitabilityDetails
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
The details of an exploit available for a finding discovered in your environment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_known_exploit_at ⇒ Time
The date and time of the last exploit associated with a finding discovered in your environment.
Instance Attribute Details
#last_known_exploit_at ⇒ Time
The date and time of the last exploit associated with a finding discovered in your environment.
3118 3119 3120 3121 3122 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3118 class ExploitabilityDetails < Struct.new( :last_known_exploit_at) SENSITIVE = [] include Aws::Structure end |