Class: Aws::Types::SetUICustomizationRequest
- Inherits:
-
Object
- Object
- Aws::Types::SetUICustomizationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#css ⇒ ::String
Returns the value of attribute css.
-
#image_file ⇒ ::String
Returns the value of attribute image_file.
-
#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.
1939 1940 1941 |
# File 'sig/types.rbs', line 1939 def client_id @client_id end |
#css ⇒ ::String
Returns the value of attribute css.
1940 1941 1942 |
# File 'sig/types.rbs', line 1940 def css @css end |
#image_file ⇒ ::String
Returns the value of attribute image_file.
1941 1942 1943 |
# File 'sig/types.rbs', line 1941 def image_file @image_file end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def user_pool_id @user_pool_id end |