Class: Aws::GuardDuty::Types::GetCoverageStatisticsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detector_idString

The unique ID of the GuardDuty detector.

To find the ‘detectorId` in the current Region, see the Settings page in the GuardDuty console, or run the [ListDetectors] API.

[1]: docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html

Returns:

  • (String)


3504
3505
3506
3507
3508
3509
3510
# File 'lib/aws-sdk-guardduty/types.rb', line 3504

class GetCoverageStatisticsRequest < Struct.new(
  :detector_id,
  :filter_criteria,
  :statistics_type)
  SENSITIVE = []
  include Aws::Structure
end

#filter_criteriaTypes::CoverageFilterCriteria

Represents the criteria used to filter the coverage statistics.



3504
3505
3506
3507
3508
3509
3510
# File 'lib/aws-sdk-guardduty/types.rb', line 3504

class GetCoverageStatisticsRequest < Struct.new(
  :detector_id,
  :filter_criteria,
  :statistics_type)
  SENSITIVE = []
  include Aws::Structure
end

#statistics_typeArray<String>

Represents the statistics type used to aggregate the coverage details.

Returns:

  • (Array<String>)


3504
3505
3506
3507
3508
3509
3510
# File 'lib/aws-sdk-guardduty/types.rb', line 3504

class GetCoverageStatisticsRequest < Struct.new(
  :detector_id,
  :filter_criteria,
  :statistics_type)
  SENSITIVE = []
  include Aws::Structure
end