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

Class: Aws::ConfigService::Types::ResourceFilters

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

Overview

Note:

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

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The 12-digit source account ID.

Returns:

  • (String)

    The 12-digit source account ID.

#regionString

The source region.

Returns:

  • (String)

    The source region.

#resource_idString

The ID of the resource.

Returns:

  • (String)

    The ID of the resource.

#resource_nameString

The name of the resource.

Returns:

  • (String)

    The name of the resource.