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)


7984
7985
7986
7987
7988
7989
7990
7991
7992
7993
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7984

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.



7984
7985
7986
7987
7988
7989
7990
7991
7992
7993
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7984

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.



7984
7985
7986
7987
7988
7989
7990
7991
7992
7993
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7984

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)


7984
7985
7986
7987
7988
7989
7990
7991
7992
7993
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7984

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.



7984
7985
7986
7987
7988
7989
7990
7991
7992
7993
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7984

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.



7984
7985
7986
7987
7988
7989
7990
7991
7992
7993
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7984

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