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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#last_known_exploit_atTime

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

Returns:



3108
3109
3110
3111
3112
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3108

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