You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ConfigService::Types::ConfigRuleComplianceSummaryFilters

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ConfigRuleComplianceSummaryFilters as input to an Aws::Client method, you can use a vanilla Hash:

{
  account_id: "AccountId",
  aws_region: "AwsRegion",
}

Filters the results based on the account IDs and regions.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The 12-digit account ID of the source account.

Returns:

  • (String)

    The 12-digit account ID of the source account.

#aws_regionString

The source region where the data is aggregated.

Returns:

  • (String)

    The source region where the data is aggregated.