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.
8699 8700 8701 8702 8703 8704 8705 8706 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8699 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.
8699 8700 8701 8702 8703 8704 8705 8706 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8699 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.
8699 8700 8701 8702 8703 8704 8705 8706 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8699 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.
8699 8700 8701 8702 8703 8704 8705 8706 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8699 class UsageCriteria < Struct.new( :account_ids, :data_sources, :resources, :features) SENSITIVE = [] include Aws::Structure end |