Class: Aws::CognitoIdentityProvider::Types::DescribeUserPoolDomainRequest

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)


4088
4089
4090
4091
4092
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4088

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