Class: Aws::CognitoIdentityProvider::Types::DescribeUserPoolDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DescribeUserPoolDomainRequest
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
The domain that you want to describe.
Instance Attribute Details
#domain ⇒ String
The domain that you want to describe. 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
.
5191 5192 5193 5194 5195 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5191 class DescribeUserPoolDomainRequest < Struct.new( :domain) SENSITIVE = [] include Aws::Structure end |