Class: Aws::Pinpoint::Types::CampaignInAppMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::CampaignInAppMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
In-app message configuration.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #body  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The message body of the notification, the email body or the text message.
 - 
  
    
      #content  ⇒ Array<Types::InAppMessageContent> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
In-app message content.
 - 
  
    
      #custom_config  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Custom config to be sent to client.
 - 
  
    
      #layout  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
In-app message layout.
 
Instance Attribute Details
#body ⇒ String
The message body of the notification, the email body or the text message.
      2164 2165 2166 2167 2168 2169 2170 2171  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 2164 class CampaignInAppMessage < Struct.new( :body, :content, :custom_config, :layout) SENSITIVE = [] include Aws::Structure end  | 
  
#content ⇒ Array<Types::InAppMessageContent>
In-app message content.
      2164 2165 2166 2167 2168 2169 2170 2171  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 2164 class CampaignInAppMessage < Struct.new( :body, :content, :custom_config, :layout) SENSITIVE = [] include Aws::Structure end  | 
  
#custom_config ⇒ Hash<String,String>
Custom config to be sent to client.
      2164 2165 2166 2167 2168 2169 2170 2171  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 2164 class CampaignInAppMessage < Struct.new( :body, :content, :custom_config, :layout) SENSITIVE = [] include Aws::Structure end  | 
  
#layout ⇒ String
In-app message layout.
      2164 2165 2166 2167 2168 2169 2170 2171  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 2164 class CampaignInAppMessage < Struct.new( :body, :content, :custom_config, :layout) SENSITIVE = [] include Aws::Structure end  |