Class: Aws::Connect::Types::UpdateHoursOfOperationRequest

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

#configArray<Types::HoursOfOperationConfig>

Configuration information of the hours of operation.

Returns:



19870
19871
19872
19873
19874
19875
19876
19877
19878
19879
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19870

class UpdateHoursOfOperationRequest < Struct.new(
  :instance_id,
  :hours_of_operation_id,
  :name,
  :description,
  :time_zone,
  :config)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the hours of operation.

Returns:

  • (String)


19870
19871
19872
19873
19874
19875
19876
19877
19878
19879
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19870

class UpdateHoursOfOperationRequest < Struct.new(
  :instance_id,
  :hours_of_operation_id,
  :name,
  :description,
  :time_zone,
  :config)
  SENSITIVE = []
  include Aws::Structure
end

#hours_of_operation_idString

The identifier of the hours of operation.

Returns:

  • (String)


19870
19871
19872
19873
19874
19875
19876
19877
19878
19879
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19870

class UpdateHoursOfOperationRequest < Struct.new(
  :instance_id,
  :hours_of_operation_id,
  :name,
  :description,
  :time_zone,
  :config)
  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)


19870
19871
19872
19873
19874
19875
19876
19877
19878
19879
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19870

class UpdateHoursOfOperationRequest < Struct.new(
  :instance_id,
  :hours_of_operation_id,
  :name,
  :description,
  :time_zone,
  :config)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the hours of operation.

Returns:

  • (String)


19870
19871
19872
19873
19874
19875
19876
19877
19878
19879
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19870

class UpdateHoursOfOperationRequest < Struct.new(
  :instance_id,
  :hours_of_operation_id,
  :name,
  :description,
  :time_zone,
  :config)
  SENSITIVE = []
  include Aws::Structure
end

#time_zoneString

The time zone of the hours of operation.

Returns:

  • (String)


19870
19871
19872
19873
19874
19875
19876
19877
19878
19879
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19870

class UpdateHoursOfOperationRequest < Struct.new(
  :instance_id,
  :hours_of_operation_id,
  :name,
  :description,
  :time_zone,
  :config)
  SENSITIVE = []
  include Aws::Structure
end