Class: Aws::Types::ExploitObserved
- Inherits:
-
Object
- Object
- Aws::Types::ExploitObserved
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#first_seen ⇒ ::Time
Returns the value of attribute first_seen.
-
#last_seen ⇒ ::Time
Returns the value of attribute last_seen.
Instance Attribute Details
#first_seen ⇒ ::Time
Returns the value of attribute first_seen.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def first_seen @first_seen end |
#last_seen ⇒ ::Time
Returns the value of attribute last_seen.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def last_seen @last_seen end |