Class: Aws::Connect::Types::HoursOfOperationOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::HoursOfOperationOverride
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Information about the hours of operations override.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#config ⇒ Array<Types::HoursOfOperationOverrideConfig>
Configuration information for the hours of operation override: day, start time, and end time.
-
#description ⇒ String
The description of the hours of operation override.
-
#effective_from ⇒ String
The date from which the hours of operation override would be effective.
-
#effective_till ⇒ String
The date until the hours of operation override is effective.
-
#hours_of_operation_arn ⇒ String
The Amazon Resource Name (ARN) for the hours of operation.
-
#hours_of_operation_id ⇒ String
The identifier for the hours of operation.
-
#hours_of_operation_override_id ⇒ String
The identifier for the hours of operation override.
-
#name ⇒ String
The name of the hours of operation override.
-
#override_type ⇒ String
Whether the override will be defined as a standard or as a recurring event.
-
#recurrence_config ⇒ Types::RecurrenceConfig
Configuration for a recurring event.
Instance Attribute Details
#config ⇒ Array<Types::HoursOfOperationOverrideConfig>
Configuration information for the hours of operation override: day, start time, and end time.
18733 18734 18735 18736 18737 18738 18739 18740 18741 18742 18743 18744 18745 18746 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18733 class HoursOfOperationOverride < Struct.new( :hours_of_operation_override_id, :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :config, :effective_from, :effective_till, :recurrence_config, :override_type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the hours of operation override.
18733 18734 18735 18736 18737 18738 18739 18740 18741 18742 18743 18744 18745 18746 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18733 class HoursOfOperationOverride < Struct.new( :hours_of_operation_override_id, :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :config, :effective_from, :effective_till, :recurrence_config, :override_type) SENSITIVE = [] include Aws::Structure end |
#effective_from ⇒ String
The date from which the hours of operation override would be effective.
18733 18734 18735 18736 18737 18738 18739 18740 18741 18742 18743 18744 18745 18746 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18733 class HoursOfOperationOverride < Struct.new( :hours_of_operation_override_id, :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :config, :effective_from, :effective_till, :recurrence_config, :override_type) SENSITIVE = [] include Aws::Structure end |
#effective_till ⇒ String
The date until the hours of operation override is effective.
18733 18734 18735 18736 18737 18738 18739 18740 18741 18742 18743 18744 18745 18746 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18733 class HoursOfOperationOverride < Struct.new( :hours_of_operation_override_id, :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :config, :effective_from, :effective_till, :recurrence_config, :override_type) SENSITIVE = [] include Aws::Structure end |
#hours_of_operation_arn ⇒ String
The Amazon Resource Name (ARN) for the hours of operation.
18733 18734 18735 18736 18737 18738 18739 18740 18741 18742 18743 18744 18745 18746 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18733 class HoursOfOperationOverride < Struct.new( :hours_of_operation_override_id, :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :config, :effective_from, :effective_till, :recurrence_config, :override_type) SENSITIVE = [] include Aws::Structure end |
#hours_of_operation_id ⇒ String
The identifier for the hours of operation.
18733 18734 18735 18736 18737 18738 18739 18740 18741 18742 18743 18744 18745 18746 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18733 class HoursOfOperationOverride < Struct.new( :hours_of_operation_override_id, :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :config, :effective_from, :effective_till, :recurrence_config, :override_type) SENSITIVE = [] include Aws::Structure end |
#hours_of_operation_override_id ⇒ String
The identifier for the hours of operation override.
18733 18734 18735 18736 18737 18738 18739 18740 18741 18742 18743 18744 18745 18746 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18733 class HoursOfOperationOverride < Struct.new( :hours_of_operation_override_id, :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :config, :effective_from, :effective_till, :recurrence_config, :override_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the hours of operation override.
18733 18734 18735 18736 18737 18738 18739 18740 18741 18742 18743 18744 18745 18746 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18733 class HoursOfOperationOverride < Struct.new( :hours_of_operation_override_id, :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :config, :effective_from, :effective_till, :recurrence_config, :override_type) SENSITIVE = [] include Aws::Structure end |
#override_type ⇒ String
Whether the override will be defined as a standard or as a recurring event.
18733 18734 18735 18736 18737 18738 18739 18740 18741 18742 18743 18744 18745 18746 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18733 class HoursOfOperationOverride < Struct.new( :hours_of_operation_override_id, :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :config, :effective_from, :effective_till, :recurrence_config, :override_type) SENSITIVE = [] include Aws::Structure end |
#recurrence_config ⇒ Types::RecurrenceConfig
Configuration for a recurring event.
18733 18734 18735 18736 18737 18738 18739 18740 18741 18742 18743 18744 18745 18746 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18733 class HoursOfOperationOverride < Struct.new( :hours_of_operation_override_id, :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :config, :effective_from, :effective_till, :recurrence_config, :override_type) SENSITIVE = [] include Aws::Structure end |