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.
4134 4135 4136 4137 4138 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4134 class DescribeUserPoolDomainResponse < Struct.new( :domain_description) SENSITIVE = [] include Aws::Structure end |