class Aws::CognitoIdentityProvider::Types::AdminDisableProviderForUserRequest

@note When making an API call, you may pass AdminDisableProviderForUserRequest

data as a hash:

    {
      user_pool_id: "StringType", # required
      user: { # required
        provider_name: "ProviderNameType",
        provider_attribute_name: "StringType",
        provider_attribute_value: "StringType",
      },
    }

@!attribute [rw] user_pool_id

The user pool ID for the user pool.
@return [String]

@!attribute [rw] user

The user to be disabled.
@return [Types::ProviderUserIdentifierType]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/AdminDisableProviderForUserRequest AWS API Documentation

Constants

SENSITIVE