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

Class: Aws::ResourceGroups::Types::GroupQuery

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

Overview

A mapping of a query attached to a resource group that determines the AWS resources that are members of the group.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#group_nameString

The name of the resource group that is associated with the specified resource query.

Returns:

  • (String)

    The name of the resource group that is associated with the specified resource query.

#resource_queryTypes::ResourceQuery

The resource query that determines which AWS resources are members of the associated resource group.

Returns:

  • (Types::ResourceQuery)

    The resource query that determines which AWS resources are members of the associated resource group.