Class: Aws::Connect::Types::DescribeHoursOfOperationOverrideRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeHoursOfOperationOverrideRequest
- Includes:
- Structure
- Defined in:
- 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.
6729 6730 6731 6732 6733 6734 6735 |
# File 'lib/aws-sdk-connect/types.rb', line 6729 class DescribeHoursOfOperationOverrideRequest < 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.
6729 6730 6731 6732 6733 6734 6735 |
# File 'lib/aws-sdk-connect/types.rb', line 6729 class DescribeHoursOfOperationOverrideRequest < 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.
6729 6730 6731 6732 6733 6734 6735 |
# File 'lib/aws-sdk-connect/types.rb', line 6729 class DescribeHoursOfOperationOverrideRequest < Struct.new( :instance_id, :hours_of_operation_id, :hours_of_operation_override_id) SENSITIVE = [] include Aws::Structure end |