Class: Aws::Connect::Types::HoursOfOperationOverrideConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Information about the hours of operation override config: day, start time, and end time.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dayString

The day that the hours of operation override applies to.

Returns:

  • (String)


13184
13185
13186
13187
13188
13189
13190
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13184

class HoursOfOperationOverrideConfig < Struct.new(
  :day,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTypes::OverrideTimeSlice

The end time that your contact center closes if overrides are applied.



13184
13185
13186
13187
13188
13189
13190
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13184

class HoursOfOperationOverrideConfig < Struct.new(
  :day,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTypes::OverrideTimeSlice

The start time when your contact center opens if overrides are applied.



13184
13185
13186
13187
13188
13189
13190
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13184

class HoursOfOperationOverrideConfig < Struct.new(
  :day,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end