Class: Aws::CognitoIdentityProvider::Types::UpdateUserPoolDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UpdateUserPoolDomainResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
The UpdateUserPoolDomain response output.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_front_domain ⇒ String
The Amazon CloudFront endpoint that Amazon Cognito set up when you added the custom domain to your user pool.
Instance Attribute Details
#cloud_front_domain ⇒ String
The Amazon CloudFront endpoint that Amazon Cognito set up when you added the custom domain to your user pool.
9567 9568 9569 9570 9571 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9567 class UpdateUserPoolDomainResponse < Struct.new( :cloud_front_domain) SENSITIVE = [] include Aws::Structure end |