Class: Aws::CognitoIdentityProvider::Types::UpdateUserPoolDomainResponse

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

Overview

The UpdateUserPoolDomain response output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_front_domainString

The Amazon CloudFront endpoint that Amazon Cognito set up when you added the custom domain to your user pool.

Returns:

  • (String)


9272
9273
9274
9275
9276
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 9272

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