Class: Aws::Types::GetFindingsStatisticsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


1317
1318
1319
# File 'sig/types.rbs', line 1317

def detector_id
  @detector_id
end

#finding_criteriaTypes::FindingCriteria

Returns the value of attribute finding_criteria.



1319
1320
1321
# File 'sig/types.rbs', line 1319

def finding_criteria
  @finding_criteria
end

#finding_statistic_types::Array[("COUNT_BY_SEVERITY")]

Returns the value of attribute finding_statistic_types.

Returns:

  • (::Array[("COUNT_BY_SEVERITY")])


1318
1319
1320
# File 'sig/types.rbs', line 1318

def finding_statistic_types
  @finding_statistic_types
end

#group_by"ACCOUNT", ...

Returns the value of attribute group_by.

Returns:

  • ("ACCOUNT", "DATE", "FINDING_TYPE", "RESOURCE", "SEVERITY")


1320
1321
1322
# File 'sig/types.rbs', line 1320

def group_by
  @group_by
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1322
1323
1324
# File 'sig/types.rbs', line 1322

def max_results
  @max_results
end

#order_by"ASC", "DESC"

Returns the value of attribute order_by.

Returns:

  • ("ASC", "DESC")


1321
1322
1323
# File 'sig/types.rbs', line 1321

def order_by
  @order_by
end