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.



4110
4111
4112
4113
4114
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4110

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