Class: Aws::CognitoIdentityProvider::Types::DescribeUserPoolDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DescribeUserPoolDomainResponse
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_description ⇒ Types::DomainDescriptionType
The details of the requested user pool domain.
Instance Attribute Details
#domain_description ⇒ Types::DomainDescriptionType
The details of the requested user pool domain.
5285 5286 5287 5288 5289 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5285 class DescribeUserPoolDomainResponse < Struct.new( :domain_description) SENSITIVE = [] include Aws::Structure end |