Class: Aws::CognitoIdentityProvider::Types::DeleteUserPoolDomainRequest

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

#domainString

The domain that you want to delete. For custom domains, this is the fully-qualified domain name, such as ‘auth.example.com`. For Amazon Cognito prefix domains, this is the prefix alone, such as `auth`.

Returns:

  • (String)


4948
4949
4950
4951
4952
4953
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4948

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

#user_pool_idString

The ID of the user pool where you want to delete the domain.

Returns:

  • (String)


4948
4949
4950
4951
4952
4953
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4948

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