Class: Aws::Types::ListMalwareScansRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListMalwareScansRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_criteria ⇒ Types::ListMalwareScansFilterCriteria
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::ListMalwareScansFilterCriteria
Returns the value of attribute filter_criteria.
1980 1981 1982 |
# File 'sig/types.rbs', line 1980 def filter_criteria @filter_criteria end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def next_token @next_token end |
#sort_criteria ⇒ Types::SortCriteria
Returns the value of attribute sort_criteria.
1981 1982 1983 |
# File 'sig/types.rbs', line 1981 def sort_criteria @sort_criteria end |