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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourcegroups/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.

Returns:



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

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