Class: Aws::Connect::Types::OperationalHour
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::OperationalHour
- Includes:
- Structure
- Defined in:
- 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.
16502 16503 16504 16505 16506 16507 |
# File 'lib/aws-sdk-connect/types.rb', line 16502 class OperationalHour < Struct.new( :start, :end) SENSITIVE = [] include Aws::Structure end |
#start ⇒ Types::OverrideTimeSlice
The start time that your contact center opens.
16502 16503 16504 16505 16506 16507 |
# File 'lib/aws-sdk-connect/types.rb', line 16502 class OperationalHour < Struct.new( :start, :end) SENSITIVE = [] include Aws::Structure end |