Class: Aws::Pinpoint::Types::InAppMessageContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::InAppMessageContent
- 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
-
#background_color ⇒ String
The background color for the message.
-
#body_config ⇒ Types::InAppMessageBodyConfig
The configuration for the message body.
-
#header_config ⇒ Types::InAppMessageHeaderConfig
The configuration for the message header.
-
#image_url ⇒ String
The image url for the background of message.
-
#primary_btn ⇒ Types::InAppMessageButton
The first button inside the message.
-
#secondary_btn ⇒ Types::InAppMessageButton
The second button inside message.
Instance Attribute Details
#background_color ⇒ String
The background color for 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 |
#body_config ⇒ Types::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_config ⇒ Types::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_url ⇒ String
The image url for the background of 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 |
#primary_btn ⇒ Types::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_btn ⇒ Types::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 |