Class: Aws::Types::DescribeMalwareScansRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMalwareScansRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#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
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
806 807 808 |
# File 'sig/types.rbs', line 806 def detector_id @detector_id end |
#filter_criteria ⇒ Types::FilterCriteria
Returns the value of attribute filter_criteria.
809 810 811 |
# File 'sig/types.rbs', line 809 def filter_criteria @filter_criteria end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
808 809 810 |
# File 'sig/types.rbs', line 808 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
807 808 809 |
# File 'sig/types.rbs', line 807 def next_token @next_token end |
#sort_criteria ⇒ Types::SortCriteria
Returns the value of attribute sort_criteria.
810 811 812 |
# File 'sig/types.rbs', line 810 def sort_criteria @sort_criteria end |