Class: Aws::ResourceGroups::Types::UpdateGroupQueryOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResourceGroups::Types::UpdateGroupQueryOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-resourcegroups/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #group_query  ⇒ Types::GroupQuery 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The updated resource query associated with the resource group after the update.
 
Instance Attribute Details
#group_query ⇒ Types::GroupQuery
The updated resource query associated with the resource group after the update.
      2002 2003 2004 2005 2006  | 
    
      # File 'lib/aws-sdk-resourcegroups/types.rb', line 2002 class UpdateGroupQueryOutput < Struct.new( :group_query) SENSITIVE = [] include Aws::Structure end  |