Class: Aws::Types::GetFindingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetFindingsRequest
- 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.
-
#sort_criteria ⇒ Types::SortCriteria
Returns the value of attribute sort_criteria.
Instance Attribute Details
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def detector_id @detector_id end |
#finding_ids ⇒ ::Array[::String]
Returns the value of attribute finding_ids.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def finding_ids @finding_ids end |
#sort_criteria ⇒ Types::SortCriteria
Returns the value of attribute sort_criteria.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def sort_criteria @sort_criteria end |