Class: Aws::Types::DescribedWebAppCustomization
- Inherits:
-
Object
- Object
- Aws::Types::DescribedWebAppCustomization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
652 653 654 |
# File 'sig/types.rbs', line 652 def arn @arn end |
#favicon_file ⇒ ::String
Returns the value of attribute favicon_file.
656 657 658 |
# File 'sig/types.rbs', line 656 def favicon_file @favicon_file end |
#logo_file ⇒ ::String
Returns the value of attribute logo_file.
655 656 657 |
# File 'sig/types.rbs', line 655 def logo_file @logo_file end |
#title ⇒ ::String
Returns the value of attribute title.
654 655 656 |
# File 'sig/types.rbs', line 654 def title @title end |
#web_app_id ⇒ ::String
Returns the value of attribute web_app_id.
653 654 655 |
# File 'sig/types.rbs', line 653 def web_app_id @web_app_id end |