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

Class: Aws::ResourceGroups::Types::UpdateGroupQueryInput

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

Overview

Note:

When passing UpdateGroupQueryInput as input to an Aws::Client method, you can use a vanilla 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
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#groupString

The name or the ARN of the resource group to query.

Returns:

  • (String)

    The name or the ARN of the resource group to query.

#group_nameString

Don\'t use this parameter. Use Group instead.

Returns:

  • (String)

    Don\'t use this parameter.

#resource_queryTypes::ResourceQuery

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

Returns:

  • (Types::ResourceQuery)

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