Class: Aws::GuardDuty::Types::GetCoverageStatisticsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetCoverageStatisticsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detector_id ⇒ String
The unique ID of the GuardDuty detector associated to the coverage statistics.
-
#filter_criteria ⇒ Types::CoverageFilterCriteria
Represents the criteria used to filter the coverage statistics.
-
#statistics_type ⇒ Array<String>
Represents the statistics type used to aggregate the coverage details.
Instance Attribute Details
#detector_id ⇒ String
The unique ID of the GuardDuty detector associated to the coverage statistics.
3249 3250 3251 3252 3253 3254 3255 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3249 class GetCoverageStatisticsRequest < Struct.new( :detector_id, :filter_criteria, :statistics_type) SENSITIVE = [] include Aws::Structure end |
#filter_criteria ⇒ Types::CoverageFilterCriteria
Represents the criteria used to filter the coverage statistics
3249 3250 3251 3252 3253 3254 3255 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3249 class GetCoverageStatisticsRequest < Struct.new( :detector_id, :filter_criteria, :statistics_type) SENSITIVE = [] include Aws::Structure end |
#statistics_type ⇒ Array<String>
Represents the statistics type used to aggregate the coverage details.
3249 3250 3251 3252 3253 3254 3255 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3249 class GetCoverageStatisticsRequest < Struct.new( :detector_id, :filter_criteria, :statistics_type) SENSITIVE = [] include Aws::Structure end |