Class: Aws::Inspector2::Types::ExploitObserved
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ExploitObserved
- 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
-
#first_seen ⇒ Time
The date an time when the exploit was first seen.
-
#last_seen ⇒ Time
The date an time when the exploit was last seen.
Instance Attribute Details
#first_seen ⇒ Time
The date an time when the exploit was first seen.
4076 4077 4078 4079 4080 4081 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4076 class ExploitObserved < Struct.new( :last_seen, :first_seen) SENSITIVE = [] include Aws::Structure end |
#last_seen ⇒ Time
The date an time when the exploit was last seen.
4076 4077 4078 4079 4080 4081 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4076 class ExploitObserved < Struct.new( :last_seen, :first_seen) SENSITIVE = [] include Aws::Structure end |