Class: Aws::Types::ListCisScanResultsAggregatedByChecksRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCisScanResultsAggregatedByChecksRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_criteria ⇒ Types::CisScanResultsAggregatedByChecksFilterCriteria
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.
-
#scan_arn ⇒ ::String
Returns the value of attribute scan_arn.
-
#sort_by ⇒ "CHECK_ID", ...
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
Instance Attribute Details
#filter_criteria ⇒ Types::CisScanResultsAggregatedByChecksFilterCriteria
Returns the value of attribute filter_criteria.
1942 1943 1944 |
# File 'sig/types.rbs', line 1942 def filter_criteria @filter_criteria end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def next_token @next_token end |
#scan_arn ⇒ ::String
Returns the value of attribute scan_arn.
1941 1942 1943 |
# File 'sig/types.rbs', line 1941 def scan_arn @scan_arn end |
#sort_by ⇒ "CHECK_ID", ...
Returns the value of attribute sort_by.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def sort_by @sort_by end |
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def sort_order @sort_order end |