Class: Aws::CognitoIdentityProvider::Types::DescribeUserPoolDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DescribeUserPoolDomainResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_description ⇒ Types::DomainDescriptionType
A domain description object containing information about the domain.
Instance Attribute Details
#domain_description ⇒ Types::DomainDescriptionType
A domain description object containing information about the domain.
4165 4166 4167 4168 4169 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4165 class DescribeUserPoolDomainResponse < Struct.new( :domain_description) SENSITIVE = [] include Aws::Structure end |