Class: Aws::Types::GetFindingStatisticsV2Request

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_by_rules::Array[Types::GroupByRule]

Returns the value of attribute group_by_rules.

Returns:



6009
6010
6011
# File 'sig/types.rbs', line 6009

def group_by_rules
  @group_by_rules
end

#max_statistic_results::Integer

Returns the value of attribute max_statistic_results.

Returns:

  • (::Integer)


6012
6013
6014
# File 'sig/types.rbs', line 6012

def max_statistic_results
  @max_statistic_results
end

#scopesTypes::FindingScopes

Returns the value of attribute scopes.



6010
6011
6012
# File 'sig/types.rbs', line 6010

def scopes
  @scopes
end

#sort_order"asc", "desc"

Returns the value of attribute sort_order.

Returns:

  • ("asc", "desc")


6011
6012
6013
# File 'sig/types.rbs', line 6011

def sort_order
  @sort_order
end