class Aws::GuardDuty::Types::UsageCriteria

Contains information about the criteria used to query usage statistics.

@note When making an API call, you may pass UsageCriteria

data as a hash:

    {
      account_ids: ["AccountId"],
      data_sources: ["FLOW_LOGS"], # required, accepts FLOW_LOGS, CLOUD_TRAIL, DNS_LOGS, S3_LOGS
      resources: ["String"],
    }

@!attribute [rw] account_ids

The account IDs to aggregate usage statistics from.
@return [Array<String>]

@!attribute [rw] data_sources

The data sources to aggregate usage statistics from.
@return [Array<String>]

@!attribute [rw] resources

The resources to aggregate usage statistics from. Only accepts exact
resource names.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/UsageCriteria AWS API Documentation

Constants

SENSITIVE