Class: Aws::Connect::Types::EffectiveOverrideHours
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EffectiveOverrideHours
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Information about the hours of operation overrides which contribute to effective hours of operations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#date ⇒ String
The date that the hours of operation override applies to.
-
#override_hours ⇒ Array<Types::OverrideHour>
Information about the hours of operation overrides that apply to a specific date.
Instance Attribute Details
#date ⇒ String
The date that the hours of operation override applies to.
11336 11337 11338 11339 11340 11341 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11336 class EffectiveOverrideHours < Struct.new( :date, :override_hours) SENSITIVE = [] include Aws::Structure end |
#override_hours ⇒ Array<Types::OverrideHour>
Information about the hours of operation overrides that apply to a specific date.
11336 11337 11338 11339 11340 11341 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11336 class EffectiveOverrideHours < Struct.new( :date, :override_hours) SENSITIVE = [] include Aws::Structure end |