Class: Aws::Connect::Types::OperationalHour

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

Overview

Information about the hours of operations with the effective override applied.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endTypes::OverrideTimeSlice

The end time that your contact center closes.



16483
16484
16485
16486
16487
16488
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16483

class OperationalHour < Struct.new(
  :start,
  :end)
  SENSITIVE = []
  include Aws::Structure
end

#startTypes::OverrideTimeSlice

The start time that your contact center opens.



16483
16484
16485
16486
16487
16488
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16483

class OperationalHour < Struct.new(
  :start,
  :end)
  SENSITIVE = []
  include Aws::Structure
end