Class: Aws::ResourceGroups::Types::UpdateGroupOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResourceGroups::Types::UpdateGroupOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-resourcegroups/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #group  ⇒ Types::Group 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The update description of the resource group.
 
Instance Attribute Details
#group ⇒ Types::Group
The update description of the resource group.
      1960 1961 1962 1963 1964  | 
    
      # File 'lib/aws-sdk-resourcegroups/types.rb', line 1960 class UpdateGroupOutput < Struct.new( :group) SENSITIVE = [] include Aws::Structure end  |