Class: Aws::Connect::Types::UpdateHoursOfOperationOverrideRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UpdateHoursOfOperationOverrideRequest
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
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 when the hours of operation override would be effective.
-
#effective_till ⇒ String
The date till when the hours of operation override would be effective.
-
#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.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#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.
26058 26059 26060 26061 26062 26063 26064 26065 26066 26067 26068 26069 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26058 class UpdateHoursOfOperationOverrideRequest < Struct.new( :instance_id, :hours_of_operation_id, :hours_of_operation_override_id, :name, :description, :config, :effective_from, :effective_till) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the hours of operation override.
26058 26059 26060 26061 26062 26063 26064 26065 26066 26067 26068 26069 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26058 class UpdateHoursOfOperationOverrideRequest < Struct.new( :instance_id, :hours_of_operation_id, :hours_of_operation_override_id, :name, :description, :config, :effective_from, :effective_till) SENSITIVE = [] include Aws::Structure end |
#effective_from ⇒ String
The date from when the hours of operation override would be effective.
26058 26059 26060 26061 26062 26063 26064 26065 26066 26067 26068 26069 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26058 class UpdateHoursOfOperationOverrideRequest < Struct.new( :instance_id, :hours_of_operation_id, :hours_of_operation_override_id, :name, :description, :config, :effective_from, :effective_till) SENSITIVE = [] include Aws::Structure end |
#effective_till ⇒ String
The date till when the hours of operation override would be effective.
26058 26059 26060 26061 26062 26063 26064 26065 26066 26067 26068 26069 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26058 class UpdateHoursOfOperationOverrideRequest < Struct.new( :instance_id, :hours_of_operation_id, :hours_of_operation_override_id, :name, :description, :config, :effective_from, :effective_till) SENSITIVE = [] include Aws::Structure end |
#hours_of_operation_id ⇒ String
The identifier for the hours of operation.
26058 26059 26060 26061 26062 26063 26064 26065 26066 26067 26068 26069 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26058 class UpdateHoursOfOperationOverrideRequest < Struct.new( :instance_id, :hours_of_operation_id, :hours_of_operation_override_id, :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.
26058 26059 26060 26061 26062 26063 26064 26065 26066 26067 26068 26069 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26058 class UpdateHoursOfOperationOverrideRequest < Struct.new( :instance_id, :hours_of_operation_id, :hours_of_operation_override_id, :name, :description, :config, :effective_from, :effective_till) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
26058 26059 26060 26061 26062 26063 26064 26065 26066 26067 26068 26069 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26058 class UpdateHoursOfOperationOverrideRequest < Struct.new( :instance_id, :hours_of_operation_id, :hours_of_operation_override_id, :name, :description, :config, :effective_from, :effective_till) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the hours of operation override.
26058 26059 26060 26061 26062 26063 26064 26065 26066 26067 26068 26069 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26058 class UpdateHoursOfOperationOverrideRequest < Struct.new( :instance_id, :hours_of_operation_id, :hours_of_operation_override_id, :name, :description, :config, :effective_from, :effective_till) SENSITIVE = [] include Aws::Structure end |