Class: Aws::Connect::Types::DeleteHoursOfOperationOverrideRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DeleteHoursOfOperationOverrideRequest
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#hours_of_operation_id ⇒ String
The identifier for the hours of operation.
6493 6494 6495 6496 6497 6498 6499 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6493 class DeleteHoursOfOperationOverrideRequest < Struct.new( :instance_id, :hours_of_operation_id, :hours_of_operation_override_id) SENSITIVE = [] include Aws::Structure end |
#hours_of_operation_override_id ⇒ String
The identifier for the hours of operation override.
6493 6494 6495 6496 6497 6498 6499 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6493 class DeleteHoursOfOperationOverrideRequest < Struct.new( :instance_id, :hours_of_operation_id, :hours_of_operation_override_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
6493 6494 6495 6496 6497 6498 6499 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6493 class DeleteHoursOfOperationOverrideRequest < Struct.new( :instance_id, :hours_of_operation_id, :hours_of_operation_override_id) SENSITIVE = [] include Aws::Structure end |