Class: Aws::Types::ListFindingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListFindingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#finding_criteria ⇒ Types::FindingCriteria
Returns the value of attribute finding_criteria.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_criteria ⇒ Types::SortCriteria
Returns the value of attribute sort_criteria.
Instance Attribute Details
#finding_criteria ⇒ Types::FindingCriteria
Returns the value of attribute finding_criteria.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def finding_criteria @finding_criteria end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def next_token @next_token end |
#sort_criteria ⇒ Types::SortCriteria
Returns the value of attribute sort_criteria.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def sort_criteria @sort_criteria end |