class Aws::ResourceGroups::Types::UpdateGroupQueryInput

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

data as a hash:

    {
      group_name: "GroupName",
      group: "GroupString",
      resource_query: { # required
        type: "TAG_FILTERS_1_0", # required, accepts TAG_FILTERS_1_0, CLOUDFORMATION_STACK_1_0
        query: "Query", # required
      },
    }

@!attribute [rw] group_name

Don't use this parameter. Use `Group` instead.
@return [String]

@!attribute [rw] group

The name or the ARN of the resource group to query.
@return [String]

@!attribute [rw] resource_query

The resource query to determine which AWS resources are members of
this resource group.

<note markdown="1"> A resource group can contain either a `Configuration` or a
`ResourceQuery`, but not both.

 </note>
@return [Types::ResourceQuery]

@see docs.aws.amazon.com/goto/WebAPI/resource-groups-2017-11-27/UpdateGroupQueryInput AWS API Documentation

Constants

SENSITIVE