Class: Aws::Inspector2::Types::ExploitObserved

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

Contains information on when this exploit was observed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#first_seenTime

The date an time when the exploit was first seen.

Returns:



3091
3092
3093
3094
3095
3096
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3091

class ExploitObserved < Struct.new(
  :first_seen,
  :last_seen)
  SENSITIVE = []
  include Aws::Structure
end

#last_seenTime

The date an time when the exploit was last seen.

Returns:



3091
3092
3093
3094
3095
3096
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3091

class ExploitObserved < Struct.new(
  :first_seen,
  :last_seen)
  SENSITIVE = []
  include Aws::Structure
end