Class: Aws::Pinpoint::Types::InAppMessageHeaderConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::InAppMessageHeaderConfig
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass InAppMessageHeaderConfig data as a hash:
{
alignment: "LEFT", # required, accepts LEFT, CENTER, RIGHT
header: "__string", # required
text_color: "__string", # required
}
Text config for Message Header.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alignment ⇒ String
The alignment of the text.
-
#header ⇒ String
Message Header.
-
#text_color ⇒ String
The text color.
Instance Attribute Details
#alignment ⇒ String
The alignment of the text. Valid values: LEFT, CENTER, RIGHT.
11362 11363 11364 11365 11366 11367 11368 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11362 class InAppMessageHeaderConfig < Struct.new( :alignment, :header, :text_color) SENSITIVE = [] include Aws::Structure end |
#header ⇒ String
Message Header.
11362 11363 11364 11365 11366 11367 11368 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11362 class InAppMessageHeaderConfig < Struct.new( :alignment, :header, :text_color) SENSITIVE = [] include Aws::Structure end |
#text_color ⇒ String
The text color.
11362 11363 11364 11365 11366 11367 11368 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11362 class InAppMessageHeaderConfig < Struct.new( :alignment, :header, :text_color) SENSITIVE = [] include Aws::Structure end |