Class: Aws::Types::FindingSummary
- Inherits:
-
Object
- Object
- Aws::Types::FindingSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
291 292 293 |
# File 'sig/types.rbs', line 291 def id @id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
292 293 294 |
# File 'sig/types.rbs', line 292 def last_modified_time @last_modified_time end |