Class: Aws::CognitoIdentityProvider::Types::DescribeUserPoolDomainResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_descriptionTypes::DomainDescriptionType

A domain description object containing information about the domain.



4618
4619
4620
4621
4622
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4618

class DescribeUserPoolDomainResponse < Struct.new(
  :domain_description)
  SENSITIVE = []
  include Aws::Structure
end