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 like ‘auth.example.com`. For Amazon Cognito prefix domains, this is the prefix alone, like `myprefix`.

Returns:

  • (String)


4868
4869
4870
4871
4872
4873
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4868

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)


4868
4869
4870
4871
4872
4873
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4868

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