Class: Aws::CognitoIdentityProvider::Types::DeleteIdentityProviderRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::DeleteIdentityProviderRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #provider_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the IdP that you want to delete.
 - 
  
    
      #user_pool_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the user pool where you want to delete the identity provider.
 
Instance Attribute Details
#provider_name ⇒ String
The name of the IdP that you want to delete.
      4844 4845 4846 4847 4848 4849  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4844 class DeleteIdentityProviderRequest < Struct.new( :user_pool_id, :provider_name) SENSITIVE = [] include Aws::Structure end  | 
  
#user_pool_id ⇒ String
The ID of the user pool where you want to delete the identity provider.
      4844 4845 4846 4847 4848 4849  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4844 class DeleteIdentityProviderRequest < Struct.new( :user_pool_id, :provider_name) SENSITIVE = [] include Aws::Structure end  |