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.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def client_id @client_id end |
#css ⇒ ::String
Returns the value of attribute css.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def css @css end |
#image_file ⇒ ::String
Returns the value of attribute image_file.
1973 1974 1975 |
# File 'sig/types.rbs', line 1973 def image_file @image_file end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def user_pool_id @user_pool_id end |