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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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)


3883
3884
3885
3886
3887
3888
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 3883

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

#user_pool_idString

The user pool ID.

Returns:

  • (String)


3883
3884
3885
3886
3887
3888
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 3883

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