Class: Aws::ResourceGroups::Types::GetGroupQueryOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resourcegroups/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_queryTypes::GroupQuery

The resource query associated with the specified group. For more information about resource queries, see [Create a tag-based group in Resource Groups].

[1]: docs.aws.amazon.com/ARG/latest/userguide/gettingstarted-query.html#gettingstarted-query-cli-tag

Returns:



325
326
327
328
329
# File 'lib/aws-sdk-resourcegroups/types.rb', line 325

class GetGroupQueryOutput < Struct.new(
  :group_query)
  SENSITIVE = []
  include Aws::Structure
end