Class: Aws::Connect::Types::DisassociateHoursOfOperationsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hours_of_operation_idString

The identifier of the child hours of operation.

Returns:

  • (String)


10909
10910
10911
10912
10913
10914
10915
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10909

class DisassociateHoursOfOperationsRequest < Struct.new(
  :instance_id,
  :hours_of_operation_id,
  :parent_hours_of_operation_ids)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


10909
10910
10911
10912
10913
10914
10915
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10909

class DisassociateHoursOfOperationsRequest < Struct.new(
  :instance_id,
  :hours_of_operation_id,
  :parent_hours_of_operation_ids)
  SENSITIVE = []
  include Aws::Structure
end

#parent_hours_of_operation_idsArray<String>

The Amazon Resource Names (ARNs) of the parent hours of operation resources to disassociate with the child hours of operation resource.

Returns:

  • (Array<String>)


10909
10910
10911
10912
10913
10914
10915
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10909

class DisassociateHoursOfOperationsRequest < Struct.new(
  :instance_id,
  :hours_of_operation_id,
  :parent_hours_of_operation_ids)
  SENSITIVE = []
  include Aws::Structure
end