Class: Aws::Connect::Types::DateCondition

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#comparison_typeString

An object to specify the hours of operation override date condition ‘comparisonType`.



6427
6428
6429
6430
6431
6432
6433
# File 'lib/aws-sdk-connect/types.rb', line 6427

class DateCondition < Struct.new(
  :field_name,
  :value,
  :comparison_type)
  SENSITIVE = []
  include Aws::Structure
end

#field_nameString

An object to specify the hours of operation override date field.



6427
6428
6429
6430
6431
6432
6433
# File 'lib/aws-sdk-connect/types.rb', line 6427

class DateCondition < Struct.new(
  :field_name,
  :value,
  :comparison_type)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

An object to specify the hours of operation override date value.



6427
6428
6429
6430
6431
6432
6433
# File 'lib/aws-sdk-connect/types.rb', line 6427

class DateCondition < Struct.new(
  :field_name,
  :value,
  :comparison_type)
  SENSITIVE = []
  include Aws::Structure
end