Class: Aws::Types::InAppMessageBodyConfig
- Inherits:
-
Object
- Object
- Aws::Types::InAppMessageBodyConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alignment ⇒ "LEFT", ...
Returns the value of attribute alignment.
-
#body ⇒ ::String
Returns the value of attribute body.
-
#text_color ⇒ ::String
Returns the value of attribute text_color.
Instance Attribute Details
#alignment ⇒ "LEFT", ...
Returns the value of attribute alignment.
1977 1978 1979 |
# File 'sig/types.rbs', line 1977 def alignment @alignment end |
#body ⇒ ::String
Returns the value of attribute body.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def body @body end |
#text_color ⇒ ::String
Returns the value of attribute text_color.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def text_color @text_color end |