Class: Aws::Types::Logo
- Inherits:
-
Object
- Object
- Aws::Types::Logo
- 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::LogoSet
Returns the value of attribute logo_set.
Instance Attribute Details
#alt_text ⇒ ::String
Returns the value of attribute alt_text.
8030 8031 8032 |
# File 'sig/types.rbs', line 8030 def alt_text @alt_text end |
#logo_set ⇒ Types::LogoSet
Returns the value of attribute logo_set.
8031 8032 8033 |
# File 'sig/types.rbs', line 8031 def logo_set @logo_set end |