Class: Aws::Connect::Types::HoursOfOperationOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::HoursOfOperationOverride
- Includes:
- Structure
- Defined in:
- 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 till which the hours of operation override would be 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.
Instance Attribute Details
#config ⇒ Array<Types::HoursOfOperationOverrideConfig>
Configuration information for the hours of operation override: day, start time, and end time.
12458 12459 12460 12461 12462 12463 12464 12465 12466 12467 12468 12469 |
# File 'lib/aws-sdk-connect/types.rb', line 12458 class HoursOfOperationOverride < Struct.new( :hours_of_operation_override_id, :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :config, :effective_from, :effective_till) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the hours of operation override.
12458 12459 12460 12461 12462 12463 12464 12465 12466 12467 12468 12469 |
# File 'lib/aws-sdk-connect/types.rb', line 12458 class HoursOfOperationOverride < Struct.new( :hours_of_operation_override_id, :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :config, :effective_from, :effective_till) SENSITIVE = [] include Aws::Structure end |
#effective_from ⇒ String
The date from which the hours of operation override would be effective.
12458 12459 12460 12461 12462 12463 12464 12465 12466 12467 12468 12469 |
# File 'lib/aws-sdk-connect/types.rb', line 12458 class HoursOfOperationOverride < Struct.new( :hours_of_operation_override_id, :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :config, :effective_from, :effective_till) SENSITIVE = [] include Aws::Structure end |
#effective_till ⇒ String
The date till which the hours of operation override would be effective.
12458 12459 12460 12461 12462 12463 12464 12465 12466 12467 12468 12469 |
# File 'lib/aws-sdk-connect/types.rb', line 12458 class HoursOfOperationOverride < Struct.new( :hours_of_operation_override_id, :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :config, :effective_from, :effective_till) SENSITIVE = [] include Aws::Structure end |
#hours_of_operation_arn ⇒ String
The Amazon Resource Name (ARN) for the hours of operation.
12458 12459 12460 12461 12462 12463 12464 12465 12466 12467 12468 12469 |
# File 'lib/aws-sdk-connect/types.rb', line 12458 class HoursOfOperationOverride < Struct.new( :hours_of_operation_override_id, :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :config, :effective_from, :effective_till) SENSITIVE = [] include Aws::Structure end |
#hours_of_operation_id ⇒ String
The identifier for the hours of operation.
12458 12459 12460 12461 12462 12463 12464 12465 12466 12467 12468 12469 |
# File 'lib/aws-sdk-connect/types.rb', line 12458 class HoursOfOperationOverride < Struct.new( :hours_of_operation_override_id, :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :config, :effective_from, :effective_till) SENSITIVE = [] include Aws::Structure end |
#hours_of_operation_override_id ⇒ String
The identifier for the hours of operation override.
12458 12459 12460 12461 12462 12463 12464 12465 12466 12467 12468 12469 |
# File 'lib/aws-sdk-connect/types.rb', line 12458 class HoursOfOperationOverride < Struct.new( :hours_of_operation_override_id, :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :config, :effective_from, :effective_till) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the hours of operation override.
12458 12459 12460 12461 12462 12463 12464 12465 12466 12467 12468 12469 |
# File 'lib/aws-sdk-connect/types.rb', line 12458 class HoursOfOperationOverride < Struct.new( :hours_of_operation_override_id, :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :config, :effective_from, :effective_till) SENSITIVE = [] include Aws::Structure end |