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.



614
615
616
617
618
619
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 614

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)


614
615
616
617
618
619
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 614

class AdminDisableProviderForUserRequest < Struct.new(
  :user_pool_id,
  :user)
  SENSITIVE = []
  include Aws::Structure
end