Class: Aws::Connect::Types::OperationalHour
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::OperationalHour
- 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
-
#end ⇒ Types::OverrideTimeSlice
The end time that your contact center closes.
-
#start ⇒ Types::OverrideTimeSlice
The start time that your contact center opens.
Instance Attribute Details
#end ⇒ Types::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 |
#start ⇒ Types::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 |