Class: Aws::Types::VisualMessageConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::VisualMessageConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#description_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute description_visibility.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#link_text ⇒ ::String
Returns the value of attribute link_text.
-
#link_url ⇒ ::String
Returns the value of attribute link_url.
-
#link_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute link_visibility.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#title_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute title_visibility.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
13520 13521 13522 |
# File 'sig/types.rbs', line 13520 def description @description end |
#description_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute description_visibility.
13521 13522 13523 |
# File 'sig/types.rbs', line 13521 def description_visibility @description_visibility end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
13517 13518 13519 |
# File 'sig/types.rbs', line 13517 def enabled @enabled end |
#link_text ⇒ ::String
Returns the value of attribute link_text.
13522 13523 13524 |
# File 'sig/types.rbs', line 13522 def link_text @link_text end |
#link_url ⇒ ::String
Returns the value of attribute link_url.
13523 13524 13525 |
# File 'sig/types.rbs', line 13523 def link_url @link_url end |
#link_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute link_visibility.
13524 13525 13526 |
# File 'sig/types.rbs', line 13524 def link_visibility @link_visibility end |
#title ⇒ ::String
Returns the value of attribute title.
13518 13519 13520 |
# File 'sig/types.rbs', line 13518 def title @title end |
#title_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute title_visibility.
13519 13520 13521 |
# File 'sig/types.rbs', line 13519 def title_visibility @title_visibility end |