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.
13051 13052 13053 |
# File 'sig/types.rbs', line 13051 def description @description end |
#description_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute description_visibility.
13052 13053 13054 |
# File 'sig/types.rbs', line 13052 def description_visibility @description_visibility end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
13048 13049 13050 |
# File 'sig/types.rbs', line 13048 def enabled @enabled end |
#link_text ⇒ ::String
Returns the value of attribute link_text.
13053 13054 13055 |
# File 'sig/types.rbs', line 13053 def link_text @link_text end |
#link_url ⇒ ::String
Returns the value of attribute link_url.
13054 13055 13056 |
# File 'sig/types.rbs', line 13054 def link_url @link_url end |
#link_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute link_visibility.
13055 13056 13057 |
# File 'sig/types.rbs', line 13055 def link_visibility @link_visibility end |
#title ⇒ ::String
Returns the value of attribute title.
13049 13050 13051 |
# File 'sig/types.rbs', line 13049 def title @title end |
#title_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute title_visibility.
13050 13051 13052 |
# File 'sig/types.rbs', line 13050 def title_visibility @title_visibility end |