Class: Aws::Connect::Types::HoursOfOperationOverride

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

Overview

Information about the hours of operations override.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configArray<Types::HoursOfOperationOverrideConfig>

Configuration information for the hours of operation override: day, start time, and end time.



12439
12440
12441
12442
12443
12444
12445
12446
12447
12448
12449
12450
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12439

class HoursOfOperationOverride < Struct.new(
  :hours_of_operation_override_id,
  :hours_of_operation_id,
  :hours_of_operation_arn,
  :name,
  :description,
  :config,
  :effective_from,
  :effective_till)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the hours of operation override.

Returns:

  • (String)


12439
12440
12441
12442
12443
12444
12445
12446
12447
12448
12449
12450
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12439

class HoursOfOperationOverride < Struct.new(
  :hours_of_operation_override_id,
  :hours_of_operation_id,
  :hours_of_operation_arn,
  :name,
  :description,
  :config,
  :effective_from,
  :effective_till)
  SENSITIVE = []
  include Aws::Structure
end

#effective_fromString

The date from which the hours of operation override would be effective.

Returns:

  • (String)


12439
12440
12441
12442
12443
12444
12445
12446
12447
12448
12449
12450
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12439

class HoursOfOperationOverride < Struct.new(
  :hours_of_operation_override_id,
  :hours_of_operation_id,
  :hours_of_operation_arn,
  :name,
  :description,
  :config,
  :effective_from,
  :effective_till)
  SENSITIVE = []
  include Aws::Structure
end

#effective_tillString

The date till which the hours of operation override would be effective.

Returns:

  • (String)


12439
12440
12441
12442
12443
12444
12445
12446
12447
12448
12449
12450
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12439

class HoursOfOperationOverride < Struct.new(
  :hours_of_operation_override_id,
  :hours_of_operation_id,
  :hours_of_operation_arn,
  :name,
  :description,
  :config,
  :effective_from,
  :effective_till)
  SENSITIVE = []
  include Aws::Structure
end

#hours_of_operation_arnString

The Amazon Resource Name (ARN) for the hours of operation.

Returns:

  • (String)


12439
12440
12441
12442
12443
12444
12445
12446
12447
12448
12449
12450
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12439

class HoursOfOperationOverride < Struct.new(
  :hours_of_operation_override_id,
  :hours_of_operation_id,
  :hours_of_operation_arn,
  :name,
  :description,
  :config,
  :effective_from,
  :effective_till)
  SENSITIVE = []
  include Aws::Structure
end

#hours_of_operation_idString

The identifier for the hours of operation.

Returns:

  • (String)


12439
12440
12441
12442
12443
12444
12445
12446
12447
12448
12449
12450
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12439

class HoursOfOperationOverride < Struct.new(
  :hours_of_operation_override_id,
  :hours_of_operation_id,
  :hours_of_operation_arn,
  :name,
  :description,
  :config,
  :effective_from,
  :effective_till)
  SENSITIVE = []
  include Aws::Structure
end

#hours_of_operation_override_idString

The identifier for the hours of operation override.

Returns:

  • (String)


12439
12440
12441
12442
12443
12444
12445
12446
12447
12448
12449
12450
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12439

class HoursOfOperationOverride < Struct.new(
  :hours_of_operation_override_id,
  :hours_of_operation_id,
  :hours_of_operation_arn,
  :name,
  :description,
  :config,
  :effective_from,
  :effective_till)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the hours of operation override.

Returns:

  • (String)


12439
12440
12441
12442
12443
12444
12445
12446
12447
12448
12449
12450
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12439

class HoursOfOperationOverride < Struct.new(
  :hours_of_operation_override_id,
  :hours_of_operation_id,
  :hours_of_operation_arn,
  :name,
  :description,
  :config,
  :effective_from,
  :effective_till)
  SENSITIVE = []
  include Aws::Structure
end