Class: Aws::Pinpoint::Types::InAppMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::InAppMessage
- Defined in:
- gems/aws-sdk-pinpoint/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.
7619 7620 7621 7622 7623 7624 7625 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7619 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.
7619 7620 7621 7622 7623 7624 7625 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7619 class InAppMessage < Struct.new( :content, :custom_config, :layout) SENSITIVE = [] include Aws::Structure end |
#layout ⇒ String
The layout of the message.
7619 7620 7621 7622 7623 7624 7625 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7619 class InAppMessage < Struct.new( :content, :custom_config, :layout) SENSITIVE = [] include Aws::Structure end |