Class: Aws::Types::ListCisScanResultsAggregatedByChecksRequest

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::CisScanResultsAggregatedByChecksFilterCriteria

Returns the value of attribute filter_criteria.



1942
1943
1944
# File 'sig/types.rbs', line 1942

def filter_criteria
  @filter_criteria
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1946
1947
1948
# File 'sig/types.rbs', line 1946

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1945
1946
1947
# File 'sig/types.rbs', line 1945

def next_token
  @next_token
end

#scan_arn ⇒ ::String

Returns the value of attribute scan_arn.

Returns:

  • (::String)


1941
1942
1943
# File 'sig/types.rbs', line 1941

def scan_arn
  @scan_arn
end

#sort_by ⇒ "CHECK_ID", ...

Returns the value of attribute sort_by.

Returns:

  • ("CHECK_ID", "TITLE", "PLATFORM", "FAILED_COUNTS", "SECURITY_LEVEL")


1943
1944
1945
# File 'sig/types.rbs', line 1943

def sort_by
  @sort_by
end

#sort_order ⇒ "ASC", "DESC"

Returns the value of attribute sort_order.

Returns:

  • ("ASC", "DESC")


1944
1945
1946
# File 'sig/types.rbs', line 1944

def sort_order
  @sort_order
end