Class: Aws::Pinpoint::Types::InAppCampaignSchedule
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::InAppCampaignSchedule
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #end_date  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The scheduled time after which the in-app message should not be shown.
 - 
  
    
      #event_filter  ⇒ Types::CampaignEventFilter 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The event filter the SDK has to use to show the in-app message in the application.
 - 
  
    
      #quiet_time  ⇒ Types::QuietTime 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Time during which the in-app message should not be shown to the user.
 
Instance Attribute Details
#end_date ⇒ String
The scheduled time after which the in-app message should not be shown. Timestamp is in ISO 8601 format.
      7854 7855 7856 7857 7858 7859 7860  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 7854 class InAppCampaignSchedule < Struct.new( :end_date, :event_filter, :quiet_time) SENSITIVE = [] include Aws::Structure end  | 
  
#event_filter ⇒ Types::CampaignEventFilter
The event filter the SDK has to use to show the in-app message in the application.
      7854 7855 7856 7857 7858 7859 7860  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 7854 class InAppCampaignSchedule < Struct.new( :end_date, :event_filter, :quiet_time) SENSITIVE = [] include Aws::Structure end  | 
  
#quiet_time ⇒ Types::QuietTime
Time during which the in-app message should not be shown to the user.
      7854 7855 7856 7857 7858 7859 7860  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 7854 class InAppCampaignSchedule < Struct.new( :end_date, :event_filter, :quiet_time) SENSITIVE = [] include Aws::Structure end  |