Class: Aws::CognitoIdentityProvider::Types::DescribeManagedLoginBrandingByClientRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DescribeManagedLoginBrandingByClientRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:client_id]
Instance Attribute Summary collapse
-
#client_id ⇒ String
The app client that’s assigned to the branding style that you want 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 app client where you want more information about the managed login branding style.
Instance Attribute Details
#client_id ⇒ String
The app client that’s assigned to the branding style that you want more information about.
5135 5136 5137 5138 5139 5140 5141 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5135 class DescribeManagedLoginBrandingByClientRequest < Struct.new( :user_pool_id, :client_id, :return_merged_resources) SENSITIVE = [:client_id] 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.
5135 5136 5137 5138 5139 5140 5141 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5135 class DescribeManagedLoginBrandingByClientRequest < Struct.new( :user_pool_id, :client_id, :return_merged_resources) SENSITIVE = [:client_id] include Aws::Structure end |
#user_pool_id ⇒ String
The ID of the user pool that contains the app client where you want more information about the managed login branding style.
5135 5136 5137 5138 5139 5140 5141 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5135 class DescribeManagedLoginBrandingByClientRequest < Struct.new( :user_pool_id, :client_id, :return_merged_resources) SENSITIVE = [:client_id] include Aws::Structure end |