Class: Aws::Types::ListFindingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListFindingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_criteria ⇒ Types::FilterCriteria
Returns the value of attribute filter_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
#filter_criteria ⇒ Types::FilterCriteria
Returns the value of attribute filter_criteria.
2137 2138 2139 |
# File 'sig/types.rbs', line 2137 def filter_criteria @filter_criteria end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2135 2136 2137 |
# File 'sig/types.rbs', line 2135 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2136 2137 2138 |
# File 'sig/types.rbs', line 2136 def next_token @next_token end |
#sort_criteria ⇒ Types::SortCriteria
Returns the value of attribute sort_criteria.
2138 2139 2140 |
# File 'sig/types.rbs', line 2138 def sort_criteria @sort_criteria end |