Class: Aws::Pinpoint::Types::ClosedDaysRule
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::ClosedDaysRule
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Specifies the rule settings for when messages can’t be sent.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #end_date_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
End DateTime ISO 8601 format.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the closed day rule.
 - 
  
    
      #start_date_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Start DateTime ISO 8601 format.
 
Instance Attribute Details
#end_date_time ⇒ String
End DateTime ISO 8601 format
      14197 14198 14199 14200 14201 14202 14203  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 14197 class ClosedDaysRule < Struct.new( :name, :start_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the closed day rule.
      14197 14198 14199 14200 14201 14202 14203  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 14197 class ClosedDaysRule < Struct.new( :name, :start_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end  | 
  
#start_date_time ⇒ String
Start DateTime ISO 8601 format
      14197 14198 14199 14200 14201 14202 14203  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 14197 class ClosedDaysRule < Struct.new( :name, :start_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end  |