Class: Aws::ResourceGroups::Types::GroupQuery
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ResourceGroups::Types::GroupQuery
 
- 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
- 
  
    
      #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.
| 776 777 778 779 780 781 | # File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 776 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.
| 776 777 778 779 780 781 | # File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 776 class GroupQuery < Struct.new( :group_name, :resource_query) SENSITIVE = [] include Aws::Structure end |