Class: Aws::Types::ThemeFooterLink
- Inherits:
-
Object
- Object
- Aws::Types::ThemeFooterLink
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#footer_link_url ⇒ ::String
Returns the value of attribute footer_link_url.
Instance Attribute Details
#display_name ⇒ ::String
Returns the value of attribute display_name.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def display_name @display_name end |
#footer_link_url ⇒ ::String
Returns the value of attribute footer_link_url.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def @footer_link_url end |