Class: Aws::Types::CreateSampleFindingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSampleFindingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#finding_types ⇒ ::Array[::String]
Returns the value of attribute finding_types.
Instance Attribute Details
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
579 580 581 |
# File 'sig/types.rbs', line 579 def detector_id @detector_id end |
#finding_types ⇒ ::Array[::String]
Returns the value of attribute finding_types.
580 581 582 |
# File 'sig/types.rbs', line 580 def finding_types @finding_types end |