Class: Aws::Types::ListFindingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListFindingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#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
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 def detector_id @detector_id end |
#finding_criteria ⇒ Types::FindingCriteria
Returns the value of attribute finding_criteria.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def finding_criteria @finding_criteria end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1905 1906 1907 |
# File 'sig/types.rbs', line 1905 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1906 1907 1908 |
# File 'sig/types.rbs', line 1906 def next_token @next_token end |
#sort_criteria ⇒ Types::SortCriteria
Returns the value of attribute sort_criteria.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def sort_criteria @sort_criteria end |