Class: Aws::CognitoIdentityProvider::Types::GetUICustomizationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::GetUICustomizationRequest
- 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 client ID for the client app.
-
#user_pool_id ⇒ String
The ID of the user pool.
Instance Attribute Details
#client_id ⇒ String
The client ID for the client app.
6296 6297 6298 6299 6300 6301 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6296 class GetUICustomizationRequest < Struct.new( :user_pool_id, :client_id) SENSITIVE = [:client_id] include Aws::Structure end |
#user_pool_id ⇒ String
The ID of the user pool.
6296 6297 6298 6299 6300 6301 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6296 class GetUICustomizationRequest < Struct.new( :user_pool_id, :client_id) SENSITIVE = [:client_id] include Aws::Structure end |