Class: Aws::Types::FindingSource
- Inherits:
-
Object
- Object
- Aws::Types::FindingSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detail ⇒ Types::FindingSourceDetail
Returns the value of attribute detail.
-
#type ⇒ "POLICY", ...
Returns the value of attribute type.
Instance Attribute Details
#detail ⇒ Types::FindingSourceDetail
Returns the value of attribute detail.
452 453 454 |
# File 'sig/types.rbs', line 452 def detail @detail end |
#type ⇒ "POLICY", ...
Returns the value of attribute type.
451 452 453 |
# File 'sig/types.rbs', line 451 def type @type end |