Class: Aws::Types::UnarchiveFindingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UnarchiveFindingsRequest
- 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.
3098 3099 3100 |
# File 'sig/types.rbs', line 3098 def detector_id @detector_id end |
#finding_ids ⇒ ::Array[::String]
Returns the value of attribute finding_ids.
3099 3100 3101 |
# File 'sig/types.rbs', line 3099 def finding_ids @finding_ids end |