Class: Aws::Inspector2::Types::ExploitabilityDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#last_known_exploit_atTime

The date and time of the last exploit associated with a finding discovered in your environment.

Returns:



3118
3119
3120
3121
3122
# File 'lib/aws-sdk-inspector2/types.rb', line 3118

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