Class: Aws::Types::UpdateWebAppCustomizationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWebAppCustomizationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#favicon_file ⇒ ::String
Returns the value of attribute favicon_file.
-
#logo_file ⇒ ::String
Returns the value of attribute logo_file.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#web_app_id ⇒ ::String
Returns the value of attribute web_app_id.
Instance Attribute Details
#favicon_file ⇒ ::String
Returns the value of attribute favicon_file.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def favicon_file @favicon_file end |
#logo_file ⇒ ::String
Returns the value of attribute logo_file.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def logo_file @logo_file end |
#title ⇒ ::String
Returns the value of attribute title.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def title @title end |
#web_app_id ⇒ ::String
Returns the value of attribute web_app_id.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def web_app_id @web_app_id end |