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.
-
#managed_login_version ⇒ Integer
A version number that indicates the state of managed login for your domain.
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.
11748 11749 11750 11751 11752 11753 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 11748 class UpdateUserPoolDomainResponse < Struct.new( :managed_login_version, :cloud_front_domain) SENSITIVE = [] include Aws::Structure end |
#managed_login_version ⇒ Integer
A version number that indicates the state of managed login for your domain. Version ‘1` is hosted UI (classic). Version `2` is the newer managed login with the branding designer. For more information, see [Managed login].
[1]: docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-managed-login.html
11748 11749 11750 11751 11752 11753 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 11748 class UpdateUserPoolDomainResponse < Struct.new( :managed_login_version, :cloud_front_domain) SENSITIVE = [] include Aws::Structure end |