Class: Aws::Connect::Types::DateCondition
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::DateCondition
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
An object to specify the hours of operation override date condition.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #comparison_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object to specify the hours of operation override date condition ‘comparisonType`.
 - 
  
    
      #field_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object to specify the hours of operation override date field.
 - 
  
    
      #value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object to specify the hours of operation override date value.
 
Instance Attribute Details
#comparison_type ⇒ String
An object to specify the hours of operation override date condition ‘comparisonType`.
      5797 5798 5799 5800 5801 5802 5803  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 5797 class DateCondition < Struct.new( :field_name, :value, :comparison_type) SENSITIVE = [] include Aws::Structure end  | 
  
#field_name ⇒ String
An object to specify the hours of operation override date field.
      5797 5798 5799 5800 5801 5802 5803  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 5797 class DateCondition < Struct.new( :field_name, :value, :comparison_type) SENSITIVE = [] include Aws::Structure end  | 
  
#value ⇒ String
An object to specify the hours of operation override date value.
      5797 5798 5799 5800 5801 5802 5803  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 5797 class DateCondition < Struct.new( :field_name, :value, :comparison_type) SENSITIVE = [] include Aws::Structure end  |