Class: Aws::Types::ListCisScansRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#detail_level ⇒ "ORGANIZATION", "MEMBER"

Returns the value of attribute detail_level.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1990
1991
1992
# File 'sig/types.rbs', line 1990

def sort_order
  @sort_order
end