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
show all
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

Instance Attribute Details

#account_idsArray<String>

The account IDs to aggregate usage statistics from.

Returns:

  • (Array<String>)

    The account IDs to aggregate usage statistics from.

#data_sourcesArray<String>

The data sources to aggregate usage statistics from.

Returns:

  • (Array<String>)

    The data sources to aggregate usage statistics from.

#resourcesArray<String>

The resources to aggregate usage statistics from. Only accepts exact resource names.

Returns:

  • (Array<String>)

    The resources to aggregate usage statistics from.