Class: Aws::GuardDuty::Types::UsageCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UsageCriteria
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the criteria used to query usage statistics.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The account IDs to aggregate usage statistics from.
-
#data_sources ⇒ Array<String>
The data sources to aggregate usage statistics from.
-
#features ⇒ Array<String>
The features to aggregate usage statistics from.
-
#resources ⇒ Array<String>
The resources to aggregate usage statistics from.
Instance Attribute Details
#account_ids ⇒ Array<String>
The account IDs to aggregate usage statistics from.
9121 9122 9123 9124 9125 9126 9127 9128 |
# File 'lib/aws-sdk-guardduty/types.rb', line 9121 class UsageCriteria < Struct.new( :account_ids, :data_sources, :resources, :features) SENSITIVE = [] include Aws::Structure end |
#data_sources ⇒ Array<String>
The data sources to aggregate usage statistics from.
9121 9122 9123 9124 9125 9126 9127 9128 |
# File 'lib/aws-sdk-guardduty/types.rb', line 9121 class UsageCriteria < Struct.new( :account_ids, :data_sources, :resources, :features) SENSITIVE = [] include Aws::Structure end |
#features ⇒ Array<String>
The features to aggregate usage statistics from.
9121 9122 9123 9124 9125 9126 9127 9128 |
# File 'lib/aws-sdk-guardduty/types.rb', line 9121 class UsageCriteria < Struct.new( :account_ids, :data_sources, :resources, :features) SENSITIVE = [] include Aws::Structure end |
#resources ⇒ Array<String>
The resources to aggregate usage statistics from. Only accepts exact resource names.
9121 9122 9123 9124 9125 9126 9127 9128 |
# File 'lib/aws-sdk-guardduty/types.rb', line 9121 class UsageCriteria < Struct.new( :account_ids, :data_sources, :resources, :features) SENSITIVE = [] include Aws::Structure end |