Class: Aws::Types::Finding
- Inherits:
-
Object
- Object
- Aws::Types::Finding
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#details ⇒ Types::FindingDetails
Returns the value of attribute details.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
269 270 271 |
# File 'sig/types.rbs', line 269 def creation_time @creation_time end |
#details ⇒ Types::FindingDetails
Returns the value of attribute details.
270 271 272 |
# File 'sig/types.rbs', line 270 def details @details end |
#id ⇒ ::String
Returns the value of attribute id.
271 272 273 |
# File 'sig/types.rbs', line 271 def id @id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
272 273 274 |
# File 'sig/types.rbs', line 272 def last_modified_time @last_modified_time end |