Class: Aws::Types::LogoConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LogoConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alt_text ⇒ ::String
Returns the value of attribute alt_text.
-
#logo_set ⇒ Types::LogoSetConfiguration
Returns the value of attribute logo_set.
Instance Attribute Details
#alt_text ⇒ ::String
Returns the value of attribute alt_text.
8036 8037 8038 |
# File 'sig/types.rbs', line 8036 def alt_text @alt_text end |
#logo_set ⇒ Types::LogoSetConfiguration
Returns the value of attribute logo_set.
8037 8038 8039 |
# File 'sig/types.rbs', line 8037 def logo_set @logo_set end |