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.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def client_id @client_id end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
2149 2150 2151 |
# File 'sig/types.rbs', line 2149 def creation_date @creation_date end |
#css ⇒ ::String
Returns the value of attribute css.
2146 2147 2148 |
# File 'sig/types.rbs', line 2146 def css @css end |
#css_version ⇒ ::String
Returns the value of attribute css_version.
2147 2148 2149 |
# File 'sig/types.rbs', line 2147 def css_version @css_version end |
#image_url ⇒ ::String
Returns the value of attribute image_url.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def image_url @image_url end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
2148 2149 2150 |
# File 'sig/types.rbs', line 2148 def last_modified_date @last_modified_date end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def user_pool_id @user_pool_id end |