Class: Aws::ResourceGroups::Types::GetGroupQueryInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResourceGroups::Types::GetGroupQueryInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-resourcegroups/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #group  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name or the Amazon resource name (ARN) of the resource group to query.
 - 
  
    
      #group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Don’t use this parameter.
 
Instance Attribute Details
#group ⇒ String
The name or the Amazon resource name (ARN) of the resource group to query.
      341 342 343 344 345 346  | 
    
      # File 'lib/aws-sdk-resourcegroups/types.rb', line 341 class GetGroupQueryInput < Struct.new( :group_name, :group) SENSITIVE = [] include Aws::Structure end  | 
  
#group_name ⇒ String
Don’t use this parameter. Use ‘Group` instead.
      341 342 343 344 345 346  | 
    
      # File 'lib/aws-sdk-resourcegroups/types.rb', line 341 class GetGroupQueryInput < Struct.new( :group_name, :group) SENSITIVE = [] include Aws::Structure end  |