You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GuardDuty::Types::UsageCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UsageCriteria
- Defined in:
- (unknown)
Overview
Note:
When passing UsageCriteria as input to an Aws::Client method, you can use a vanilla Hash:
{
account_ids: ["AccountId"],
data_sources: ["FLOW_LOGS"], # required, accepts FLOW_LOGS, CLOUD_TRAIL, DNS_LOGS, S3_LOGS
resources: ["String"],
}
Contains information about the criteria used to query usage statistics.
Returned by:
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.
-
#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.
#data_sources ⇒ Array<String>
The data sources to aggregate usage statistics from.
#resources ⇒ Array<String>
The resources to aggregate usage statistics from. Only accepts exact resource names.