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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


569
570
571
572
573
574
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 569

class GroupQuery < Struct.new(
  :group_name,
  :resource_query)
  SENSITIVE = []
  include Aws::Structure
end

#resource_queryTypes::ResourceQuery

The resource query that determines which Amazon Web Services resources are members of the associated resource group.



569
570
571
572
573
574
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 569

class GroupQuery < Struct.new(
  :group_name,
  :resource_query)
  SENSITIVE = []
  include Aws::Structure
end