Class: Aws::ResourceGroups::Types::GetGroupQueryOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResourceGroups::Types::GetGroupQueryOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-resourcegroups/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #group_query  ⇒ Types::GroupQuery 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource query associated with the specified group.
 
Instance Attribute Details
#group_query ⇒ Types::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
      360 361 362 363 364  | 
    
      # File 'lib/aws-sdk-resourcegroups/types.rb', line 360 class GetGroupQueryOutput < Struct.new( :group_query) SENSITIVE = [] include Aws::Structure end  |