Class: Aws::CognitoIdentityProvider::Types::DescribeUserPoolDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DescribeUserPoolDomainRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
The domain string.
Instance Attribute Details
#domain ⇒ String
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`.
4122 4123 4124 4125 4126 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4122 class DescribeUserPoolDomainRequest < Struct.new( :domain) SENSITIVE = [] include Aws::Structure end |