Class: Aws::Connect::Types::HoursOfOperationConfig

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

Overview

Contains information about the hours of operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dayString

The day that the hours of operation applies to.

Returns:

  • (String)


9650
9651
9652
9653
9654
9655
9656
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9650

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

#end_timeTypes::HoursOfOperationTimeSlice

The end time that your contact center closes.



9650
9651
9652
9653
9654
9655
9656
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9650

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

#start_timeTypes::HoursOfOperationTimeSlice

The start time that your contact center opens.



9650
9651
9652
9653
9654
9655
9656
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9650

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