Class: Aws::Connect::Types::DisassociateHoursOfOperationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DisassociateHoursOfOperationsRequest
- 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 of the child hours of operation.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#parent_hours_of_operation_ids ⇒ Array<String>
The Amazon Resource Names (ARNs) of the parent hours of operation resources to disassociate with the child hours of operation resource.
Instance Attribute Details
#hours_of_operation_id ⇒ String
The identifier of the child hours of operation.
10793 10794 10795 10796 10797 10798 10799 |
# File 'lib/aws-sdk-connect/types.rb', line 10793 class DisassociateHoursOfOperationsRequest < Struct.new( :instance_id, :hours_of_operation_id, :parent_hours_of_operation_ids) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
10793 10794 10795 10796 10797 10798 10799 |
# File 'lib/aws-sdk-connect/types.rb', line 10793 class DisassociateHoursOfOperationsRequest < Struct.new( :instance_id, :hours_of_operation_id, :parent_hours_of_operation_ids) SENSITIVE = [] include Aws::Structure end |
#parent_hours_of_operation_ids ⇒ Array<String>
The Amazon Resource Names (ARNs) of the parent hours of operation resources to disassociate with the child hours of operation resource.
10793 10794 10795 10796 10797 10798 10799 |
# File 'lib/aws-sdk-connect/types.rb', line 10793 class DisassociateHoursOfOperationsRequest < Struct.new( :instance_id, :hours_of_operation_id, :parent_hours_of_operation_ids) SENSITIVE = [] include Aws::Structure end |