Class: Aws::Pinpoint::Types::ClosedDays
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::ClosedDays
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
The time when a journey will not send messages. QuietTime should be configured first and SendingSchedule should be set to true.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #custom  ⇒ Array<Types::ClosedDaysRule> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Rules for a Channel.
 - 
  
    
      #email  ⇒ Array<Types::ClosedDaysRule> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Rules for a Channel.
 - 
  
    
      #push  ⇒ Array<Types::ClosedDaysRule> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Rules for a Channel.
 - 
  
    
      #sms  ⇒ Array<Types::ClosedDaysRule> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Rules for a Channel.
 - 
  
    
      #voice  ⇒ Array<Types::ClosedDaysRule> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Rules for a Channel.
 
Instance Attribute Details
#custom ⇒ Array<Types::ClosedDaysRule>
Rules for a Channel.
      14231 14232 14233 14234 14235 14236 14237 14238 14239  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 14231 class ClosedDays < Struct.new( :email, :sms, :push, :voice, :custom) SENSITIVE = [] include Aws::Structure end  | 
  
#email ⇒ Array<Types::ClosedDaysRule>
Rules for a Channel.
      14231 14232 14233 14234 14235 14236 14237 14238 14239  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 14231 class ClosedDays < Struct.new( :email, :sms, :push, :voice, :custom) SENSITIVE = [] include Aws::Structure end  | 
  
#push ⇒ Array<Types::ClosedDaysRule>
Rules for a Channel.
      14231 14232 14233 14234 14235 14236 14237 14238 14239  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 14231 class ClosedDays < Struct.new( :email, :sms, :push, :voice, :custom) SENSITIVE = [] include Aws::Structure end  | 
  
#sms ⇒ Array<Types::ClosedDaysRule>
Rules for a Channel.
      14231 14232 14233 14234 14235 14236 14237 14238 14239  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 14231 class ClosedDays < Struct.new( :email, :sms, :push, :voice, :custom) SENSITIVE = [] include Aws::Structure end  | 
  
#voice ⇒ Array<Types::ClosedDaysRule>
Rules for a Channel.
      14231 14232 14233 14234 14235 14236 14237 14238 14239  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 14231 class ClosedDays < Struct.new( :email, :sms, :push, :voice, :custom) SENSITIVE = [] include Aws::Structure end  |