Class: Aws::Pinpoint::Types::InAppMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::InAppMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Provides all fields required for building an in-app message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ Array<Types::InAppMessageContent>
In-app message content.
-
#custom_config ⇒ Hash<String,String>
Custom config to be sent to SDK.
-
#layout ⇒ String
The layout of the message.
Instance Attribute Details
#content ⇒ Array<Types::InAppMessageContent>
In-app message content.
7877 7878 7879 7880 7881 7882 7883 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7877 class InAppMessage < Struct.new( :content, :custom_config, :layout) SENSITIVE = [] include Aws::Structure end |
#custom_config ⇒ Hash<String,String>
Custom config to be sent to SDK.
7877 7878 7879 7880 7881 7882 7883 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7877 class InAppMessage < Struct.new( :content, :custom_config, :layout) SENSITIVE = [] include Aws::Structure end |
#layout ⇒ String
The layout of the message.
7877 7878 7879 7880 7881 7882 7883 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7877 class InAppMessage < Struct.new( :content, :custom_config, :layout) SENSITIVE = [] include Aws::Structure end |