Class: Aws::Types::ListCisScanConfigurationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCisScanConfigurationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_criteria ⇒ Types::ListCisScanConfigurationsFilterCriteria
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_by ⇒ "SCAN_NAME", "SCAN_CONFIGURATION_ARN"
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
Instance Attribute Details
#filter_criteria ⇒ Types::ListCisScanConfigurationsFilterCriteria
Returns the value of attribute filter_criteria.
1926 1927 1928 |
# File 'sig/types.rbs', line 1926 def filter_criteria @filter_criteria end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def next_token @next_token end |
#sort_by ⇒ "SCAN_NAME", "SCAN_CONFIGURATION_ARN"
Returns the value of attribute sort_by.
1927 1928 1929 |
# File 'sig/types.rbs', line 1927 def sort_by @sort_by end |
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
1928 1929 1930 |
# File 'sig/types.rbs', line 1928 def sort_order @sort_order end |