Class: Aws::Types::ListCisScansRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCisScansRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detail_level ⇒ "ORGANIZATION", "MEMBER"
Returns the value of attribute detail_level.
-
#filter_criteria ⇒ Types::ListCisScansFilterCriteria
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 ⇒ "STATUS", ...
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
Instance Attribute Details
#detail_level ⇒ "ORGANIZATION", "MEMBER"
Returns the value of attribute detail_level.
1988 1989 1990 |
# File 'sig/types.rbs', line 1988 def detail_level @detail_level end |
#filter_criteria ⇒ Types::ListCisScansFilterCriteria
Returns the value of attribute filter_criteria.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def filter_criteria @filter_criteria end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1992 1993 1994 |
# File 'sig/types.rbs', line 1992 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def next_token @next_token end |
#sort_by ⇒ "STATUS", ...
Returns the value of attribute sort_by.
1989 1990 1991 |
# File 'sig/types.rbs', line 1989 def sort_by @sort_by end |
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
1990 1991 1992 |
# File 'sig/types.rbs', line 1990 def sort_order @sort_order end |