Class: Aws::ResourceGroups::Types::GroupQuery
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::GroupQuery
- Includes:
- Structure
- Defined in:
- 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
-
#group_name ⇒ String
The name of the resource group that is associated with the specified resource query.
-
#resource_query ⇒ Types::ResourceQuery
The resource query that determines which Amazon Web Services resources are members of the associated resource group.
Instance Attribute Details
#group_name ⇒ String
The name of the resource group that is associated with the specified resource query.
738 739 740 741 742 743 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 738 class GroupQuery < Struct.new( :group_name, :resource_query) SENSITIVE = [] include Aws::Structure end |
#resource_query ⇒ Types::ResourceQuery
The resource query that determines which Amazon Web Services resources are members of the associated resource group.
738 739 740 741 742 743 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 738 class GroupQuery < Struct.new( :group_name, :resource_query) SENSITIVE = [] include Aws::Structure end |