Class: Aws::CognitoIdentityProvider::Types::CreateIdentityProviderResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::CreateIdentityProviderResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #identity_provider  ⇒ Types::IdentityProviderType 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The details of the new user pool IdP.
 
Instance Attribute Details
#identity_provider ⇒ Types::IdentityProviderType
The details of the new user pool IdP.
      3780 3781 3782 3783 3784  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3780 class CreateIdentityProviderResponse < Struct.new( :identity_provider) SENSITIVE = [] include Aws::Structure end  |