Class: Aws::Pinpoint::Types::InAppMessage

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#contentArray<Types::InAppMessageContent>

In-app message content.

Returns:



7854
7855
7856
7857
7858
7859
7860
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7854

class InAppMessage < Struct.new(
  :content,
  :custom_config,
  :layout)
  SENSITIVE = []
  include Aws::Structure
end

#custom_configHash<String,String>

Custom config to be sent to SDK.

Returns:

  • (Hash<String,String>)


7854
7855
7856
7857
7858
7859
7860
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7854

class InAppMessage < Struct.new(
  :content,
  :custom_config,
  :layout)
  SENSITIVE = []
  include Aws::Structure
end

#layoutString

The layout of the message.

Returns:

  • (String)


7854
7855
7856
7857
7858
7859
7860
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7854

class InAppMessage < Struct.new(
  :content,
  :custom_config,
  :layout)
  SENSITIVE = []
  include Aws::Structure
end