Class: Aws::CognitoIdentityProvider::Types::UpdateGroupResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::UpdateGroupResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #group  ⇒ Types::GroupType 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The group object for the group.
 
Instance Attribute Details
#group ⇒ Types::GroupType
The group object for the group.
      10909 10910 10911 10912 10913  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10909 class UpdateGroupResponse < Struct.new( :group) SENSITIVE = [] include Aws::Structure end  |