Class: Aws::Types::InAppMessageHeaderConfig
- Inherits:
-
Object
- Object
- Aws::Types::InAppMessageHeaderConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alignment ⇒ "LEFT", ...
Returns the value of attribute alignment.
-
#header ⇒ ::String
Returns the value of attribute header.
-
#text_color ⇒ ::String
Returns the value of attribute text_color.
Instance Attribute Details
#alignment ⇒ "LEFT", ...
Returns the value of attribute alignment.
2014 2015 2016 |
# File 'sig/types.rbs', line 2014 def alignment @alignment end |
#header ⇒ ::String
Returns the value of attribute header.
2015 2016 2017 |
# File 'sig/types.rbs', line 2015 def header @header end |
#text_color ⇒ ::String
Returns the value of attribute text_color.
2016 2017 2018 |
# File 'sig/types.rbs', line 2016 def text_color @text_color end |