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 user pool ID for the user pool.
Instance Attribute Details
#client_id ⇒ String
The client ID for the client app.
5060 5061 5062 5063 5064 5065 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5060 class GetUICustomizationRequest < Struct.new( :user_pool_id, :client_id) SENSITIVE = [:client_id] include Aws::Structure end |
#user_pool_id ⇒ String
The user pool ID for the user pool.
5060 5061 5062 5063 5064 5065 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5060 class GetUICustomizationRequest < Struct.new( :user_pool_id, :client_id) SENSITIVE = [:client_id] include Aws::Structure end |