You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ResourceGroups::Types::UpdateGroupQueryInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ResourceGroups::Types::UpdateGroupQueryInput
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing UpdateGroupQueryInput as input to an Aws::Client method, you can use a vanilla Hash:
{
  group_name: "GroupName",
  group: "GroupString",
  resource_query: { # required
    type: "TAG_FILTERS_1_0", # required, accepts TAG_FILTERS_1_0, CLOUDFORMATION_STACK_1_0
    query: "Query", # required
  },
}
Instance Attribute Summary collapse
- 
  
    
      #group  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name or the ARN of the resource group to query. 
- 
  
    
      #group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Don\'t use this parameter. 
- 
  
    
      #resource_query  ⇒ Types::ResourceQuery 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The resource query to determine which AWS resources are members of this resource group. 
Instance Attribute Details
#group ⇒ String
The name or the ARN of the resource group to query.
#group_name ⇒ String
Don\'t use this parameter. Use Group instead.
#resource_query ⇒ Types::ResourceQuery
The resource query to determine which AWS resources are members of this resource group.