Class: Aws::Types::FindingHistoryUpdateSource
- Inherits:
-
Object
- Object
- Aws::Types::FindingHistoryUpdateSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity ⇒ ::String
Returns the value of attribute identity.
-
#type ⇒ "BATCH_UPDATE_FINDINGS", "BATCH_IMPORT_FINDINGS"
Returns the value of attribute type.
Instance Attribute Details
#identity ⇒ ::String
Returns the value of attribute identity.
5757 5758 5759 |
# File 'sig/types.rbs', line 5757 def identity @identity end |
#type ⇒ "BATCH_UPDATE_FINDINGS", "BATCH_IMPORT_FINDINGS"
Returns the value of attribute type.
5756 5757 5758 |
# File 'sig/types.rbs', line 5756 def type @type end |