Class: Aws::Types::ListFindingsV2Request
- Inherits:
-
Object
- Object
- Aws::Types::ListFindingsV2Request
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyzer_arn ⇒ ::String
Returns the value of attribute analyzer_arn.
-
#filter ⇒ ::Hash[::String, Types::Criterion]
Returns the value of attribute filter.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort ⇒ Types::SortCriteria
Returns the value of attribute sort.
Instance Attribute Details
#analyzer_arn ⇒ ::String
Returns the value of attribute analyzer_arn.
848 849 850 |
# File 'sig/types.rbs', line 848 def analyzer_arn @analyzer_arn end |
#filter ⇒ ::Hash[::String, Types::Criterion]
Returns the value of attribute filter.
849 850 851 |
# File 'sig/types.rbs', line 849 def filter @filter end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
850 851 852 |
# File 'sig/types.rbs', line 850 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
851 852 853 |
# File 'sig/types.rbs', line 851 def next_token @next_token end |
#sort ⇒ Types::SortCriteria
Returns the value of attribute sort.
852 853 854 |
# File 'sig/types.rbs', line 852 def sort @sort end |