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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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 associated to the coverage statistics.

Returns:

  • (String)


3147
3148
3149
3150
3151
3152
3153
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3147

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



3147
3148
3149
3150
3151
3152
3153
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3147

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>)


3147
3148
3149
3150
3151
3152
3153
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3147

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