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 string. 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)


3941
3942
3943
3944
3945
3946
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3941

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

#user_pool_idString

The user pool ID.

Returns:

  • (String)


3941
3942
3943
3944
3945
3946
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3941

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