Class: Aws::CognitoIdentityProvider::Types::DescribeManagedLoginBrandingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DescribeManagedLoginBrandingRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_login_branding_id ⇒ String
The ID of the managed login branding style that you want to get more information about.
-
#return_merged_resources ⇒ Boolean
When ‘true`, returns values for branding options that are unchanged from Amazon Cognito defaults.
-
#user_pool_id ⇒ String
The ID of the user pool that contains the managed login branding style that you want to get information about.
Instance Attribute Details
#managed_login_branding_id ⇒ String
The ID of the managed login branding style that you want to get more information about.
5174 5175 5176 5177 5178 5179 5180 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5174 class DescribeManagedLoginBrandingRequest < Struct.new( :user_pool_id, :managed_login_branding_id, :return_merged_resources) SENSITIVE = [] include Aws::Structure end |
#return_merged_resources ⇒ Boolean
When ‘true`, returns values for branding options that are unchanged from Amazon Cognito defaults. When `false` or when you omit this parameter, returns only values that you customized in your branding style.
5174 5175 5176 5177 5178 5179 5180 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5174 class DescribeManagedLoginBrandingRequest < Struct.new( :user_pool_id, :managed_login_branding_id, :return_merged_resources) SENSITIVE = [] include Aws::Structure end |
#user_pool_id ⇒ String
The ID of the user pool that contains the managed login branding style that you want to get information about.
5174 5175 5176 5177 5178 5179 5180 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5174 class DescribeManagedLoginBrandingRequest < Struct.new( :user_pool_id, :managed_login_branding_id, :return_merged_resources) SENSITIVE = [] include Aws::Structure end |