Class: Aws::Types::ArchiveFindingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ArchiveFindingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#finding_ids ⇒ ::Array[::String]
Returns the value of attribute finding_ids.
Instance Attribute Details
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
182 183 184 |
# File 'sig/types.rbs', line 182 def detector_id @detector_id end |
#finding_ids ⇒ ::Array[::String]
Returns the value of attribute finding_ids.
183 184 185 |
# File 'sig/types.rbs', line 183 def finding_ids @finding_ids end |