Class: Aws::Types::ListCisScanResultsAggregatedByTargetResourceRequest

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

Returns the value of attribute filter_criteria.



1958
1959
1960
# File 'sig/types.rbs', line 1958

def filter_criteria
  @filter_criteria
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1962
1963
1964
# File 'sig/types.rbs', line 1962

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1961
1962
1963
# File 'sig/types.rbs', line 1961

def next_token
  @next_token
end

#scan_arn ⇒ ::String

Returns the value of attribute scan_arn.

Returns:

  • (::String)


1957
1958
1959
# File 'sig/types.rbs', line 1957

def scan_arn
  @scan_arn
end

#sort_by ⇒ "RESOURCE_ID", ...

Returns the value of attribute sort_by.

Returns:

  • ("RESOURCE_ID", "FAILED_COUNTS", "ACCOUNT_ID", "PLATFORM", "TARGET_STATUS", "TARGET_STATUS_REASON")


1959
1960
1961
# File 'sig/types.rbs', line 1959

def sort_by
  @sort_by
end

#sort_order ⇒ "ASC", "DESC"

Returns the value of attribute sort_order.

Returns:

  • ("ASC", "DESC")


1960
1961
1962
# File 'sig/types.rbs', line 1960

def sort_order
  @sort_order
end