Class: Aws::CognitoIdentityProvider::Types::AdminDisableProviderForUserRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#userTypes::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_idString

The ID of the user pool where you want to delete the user’s linked identities.

Returns:

  • (String)


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