Class: Aws::Pinpoint::Types::InAppMessageBodyConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::InAppMessageBodyConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Text config for Message Body.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alignment ⇒ String
The alignment of the text.
-
#body ⇒ String
Message Body.
-
#text_color ⇒ String
The text color.
Instance Attribute Details
#alignment ⇒ String
The alignment of the text. Valid values: LEFT, CENTER, RIGHT.
7901 7902 7903 7904 7905 7906 7907 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7901 class InAppMessageBodyConfig < Struct.new( :alignment, :body, :text_color) SENSITIVE = [] include Aws::Structure end |
#body ⇒ String
Message Body.
7901 7902 7903 7904 7905 7906 7907 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7901 class InAppMessageBodyConfig < Struct.new( :alignment, :body, :text_color) SENSITIVE = [] include Aws::Structure end |
#text_color ⇒ String
The text color.
7901 7902 7903 7904 7905 7906 7907 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7901 class InAppMessageBodyConfig < Struct.new( :alignment, :body, :text_color) SENSITIVE = [] include Aws::Structure end |