Class: Aws::Pinpoint::Types::InAppMessageBodyConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb

Overview

Text config for Message Body.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alignmentString

The alignment of the text. Valid values: LEFT, CENTER, RIGHT.

Returns:

  • (String)


7878
7879
7880
7881
7882
7883
7884
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7878

class InAppMessageBodyConfig < Struct.new(
  :alignment,
  :body,
  :text_color)
  SENSITIVE = []
  include Aws::Structure
end

#bodyString

Message Body.

Returns:

  • (String)


7878
7879
7880
7881
7882
7883
7884
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7878

class InAppMessageBodyConfig < Struct.new(
  :alignment,
  :body,
  :text_color)
  SENSITIVE = []
  include Aws::Structure
end

#text_colorString

The text color.

Returns:

  • (String)


7878
7879
7880
7881
7882
7883
7884
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7878

class InAppMessageBodyConfig < Struct.new(
  :alignment,
  :body,
  :text_color)
  SENSITIVE = []
  include Aws::Structure
end