Class: Aws::Types::ListCisScanConfigurationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • ("SCAN_NAME", "SCAN_CONFIGURATION_ARN")


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.

Returns:

  • ("ASC", "DESC")


1928
1929
1930
# File 'sig/types.rbs', line 1928

def sort_order
  @sort_order
end