Class: Aws::Types::GetUICustomizationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetUICustomizationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def client_id @client_id end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def user_pool_id @user_pool_id end |