Class: Aws::CognitoIdentityProvider::Types::AdminDisableProviderForUserRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::AdminDisableProviderForUserRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #user  ⇒ Types::ProviderUserIdentifierType 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The user profile that you want to delete a linked identity from.
 - 
  
    
      #user_pool_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the user pool where you want to delete the user’s linked identities.
 
Instance Attribute Details
#user ⇒ Types::ProviderUserIdentifierType
The user profile that you want to delete a linked identity from.
      681 682 683 684 685 686  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 681 class AdminDisableProviderForUserRequest < Struct.new( :user_pool_id, :user) SENSITIVE = [] include Aws::Structure end  | 
  
#user_pool_id ⇒ String
The ID of the user pool where you want to delete the user’s linked identities.
      681 682 683 684 685 686  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 681 class AdminDisableProviderForUserRequest < Struct.new( :user_pool_id, :user) SENSITIVE = [] include Aws::Structure end  |