Class: Aws::Pinpoint::Types::InAppMessageContent

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

Overview

The configuration for the message content.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#background_colorString

The background color for the message.

Returns:

  • (String)


7994
7995
7996
7997
7998
7999
8000
8001
8002
8003
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7994

class InAppMessageContent < Struct.new(
  :background_color,
  :body_config,
  :header_config,
  :image_url,
  :primary_btn,
  :secondary_btn)
  SENSITIVE = []
  include Aws::Structure
end

#body_configTypes::InAppMessageBodyConfig

The configuration for the message body.



7994
7995
7996
7997
7998
7999
8000
8001
8002
8003
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7994

class InAppMessageContent < Struct.new(
  :background_color,
  :body_config,
  :header_config,
  :image_url,
  :primary_btn,
  :secondary_btn)
  SENSITIVE = []
  include Aws::Structure
end

#header_configTypes::InAppMessageHeaderConfig

The configuration for the message header.



7994
7995
7996
7997
7998
7999
8000
8001
8002
8003
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7994

class InAppMessageContent < Struct.new(
  :background_color,
  :body_config,
  :header_config,
  :image_url,
  :primary_btn,
  :secondary_btn)
  SENSITIVE = []
  include Aws::Structure
end

#image_urlString

The image url for the background of message.

Returns:

  • (String)


7994
7995
7996
7997
7998
7999
8000
8001
8002
8003
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7994

class InAppMessageContent < Struct.new(
  :background_color,
  :body_config,
  :header_config,
  :image_url,
  :primary_btn,
  :secondary_btn)
  SENSITIVE = []
  include Aws::Structure
end

#primary_btnTypes::InAppMessageButton

The first button inside the message.



7994
7995
7996
7997
7998
7999
8000
8001
8002
8003
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7994

class InAppMessageContent < Struct.new(
  :background_color,
  :body_config,
  :header_config,
  :image_url,
  :primary_btn,
  :secondary_btn)
  SENSITIVE = []
  include Aws::Structure
end

#secondary_btnTypes::InAppMessageButton

The second button inside message.



7994
7995
7996
7997
7998
7999
8000
8001
8002
8003
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7994

class InAppMessageContent < Struct.new(
  :background_color,
  :body_config,
  :header_config,
  :image_url,
  :primary_btn,
  :secondary_btn)
  SENSITIVE = []
  include Aws::Structure
end