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)


8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8018

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.



8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8018

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.



8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8018

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)


8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8018

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.



8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8018

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.



8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8018

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