Class: Aws::Types::UICustomizationType
- Inherits:
-
Object
- Object
- Aws::Types::UICustomizationType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#css ⇒ ::String
Returns the value of attribute css.
-
#css_version ⇒ ::String
Returns the value of attribute css_version.
-
#image_url ⇒ ::String
Returns the value of attribute image_url.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#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.
2176 2177 2178 |
# File 'sig/types.rbs', line 2176 def client_id @client_id end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
2181 2182 2183 |
# File 'sig/types.rbs', line 2181 def creation_date @creation_date end |
#css ⇒ ::String
Returns the value of attribute css.
2178 2179 2180 |
# File 'sig/types.rbs', line 2178 def css @css end |
#css_version ⇒ ::String
Returns the value of attribute css_version.
2179 2180 2181 |
# File 'sig/types.rbs', line 2179 def css_version @css_version end |
#image_url ⇒ ::String
Returns the value of attribute image_url.
2177 2178 2179 |
# File 'sig/types.rbs', line 2177 def image_url @image_url end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
2180 2181 2182 |
# File 'sig/types.rbs', line 2180 def last_modified_date @last_modified_date end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
2175 2176 2177 |
# File 'sig/types.rbs', line 2175 def user_pool_id @user_pool_id end |