class Aws::ConfigService::Types::ResourceFilters

Filters the results by resource account ID, region, resource ID, and resource name.

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

data as a hash:

    {
      account_id: "AccountId",
      resource_id: "ResourceId",
      resource_name: "ResourceName",
      region: "AwsRegion",
    }

@!attribute [rw] account_id

The 12-digit source account ID.
@return [String]

@!attribute [rw] resource_id

The ID of the resource.
@return [String]

@!attribute [rw] resource_name

The name of the resource.
@return [String]

@!attribute [rw] region

The source region.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ResourceFilters AWS API Documentation

Constants

SENSITIVE