Class: Aws::CognitoIdentityProvider::Types::DescribeUserPoolRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::DescribeUserPoolRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/types.rb
 
Overview
Represents the request to describe the user pool.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #user_pool_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the user pool you want to describe.
 
Instance Attribute Details
#user_pool_id ⇒ String
The ID of the user pool you want to describe.
      5299 5300 5301 5302 5303  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5299 class DescribeUserPoolRequest < Struct.new( :user_pool_id) SENSITIVE = [] include Aws::Structure end  |