Class: Aws::Types::ListCisScanResultsAggregatedByTargetResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCisScanResultsAggregatedByTargetResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_criteria ⇒ Types::CisScanResultsAggregatedByTargetResourceFilterCriteria
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 ⇒ "RESOURCE_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::CisScanResultsAggregatedByTargetResourceFilterCriteria
Returns the value of attribute filter_criteria.
1958 1959 1960 |
# File 'sig/types.rbs', line 1958 def filter_criteria @filter_criteria end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1961 1962 1963 |
# File 'sig/types.rbs', line 1961 def next_token @next_token end |
#scan_arn ⇒ ::String
Returns the value of attribute scan_arn.
1957 1958 1959 |
# File 'sig/types.rbs', line 1957 def scan_arn @scan_arn end |
#sort_by ⇒ "RESOURCE_ID", ...
Returns the value of attribute sort_by.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def sort_by @sort_by end |
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
1960 1961 1962 |
# File 'sig/types.rbs', line 1960 def sort_order @sort_order end |