Class: Aws::Connect::Types::CreateHoursOfOperationOverrideRequest

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

Overview

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.



5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
# File 'lib/aws-sdk-connect/types.rb', line 5712

class CreateHoursOfOperationOverrideRequest < Struct.new(
  :instance_id,
  :hours_of_operation_id,
  :name,
  :description,
  :config,
  :effective_from,
  :effective_till,
  :recurrence_config,
  :override_type)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the hours of operation override.

Returns:

  • (String)


5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
# File 'lib/aws-sdk-connect/types.rb', line 5712

class CreateHoursOfOperationOverrideRequest < Struct.new(
  :instance_id,
  :hours_of_operation_id,
  :name,
  :description,
  :config,
  :effective_from,
  :effective_till,
  :recurrence_config,
  :override_type)
  SENSITIVE = []
  include Aws::Structure
end

#effective_fromString

The date from when the hours of operation override is effective.

Returns:

  • (String)


5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
# File 'lib/aws-sdk-connect/types.rb', line 5712

class CreateHoursOfOperationOverrideRequest < Struct.new(
  :instance_id,
  :hours_of_operation_id,
  :name,
  :description,
  :config,
  :effective_from,
  :effective_till,
  :recurrence_config,
  :override_type)
  SENSITIVE = []
  include Aws::Structure
end

#effective_tillString

The date until when the hours of operation override is effective.

Returns:

  • (String)


5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
# File 'lib/aws-sdk-connect/types.rb', line 5712

class CreateHoursOfOperationOverrideRequest < Struct.new(
  :instance_id,
  :hours_of_operation_id,
  :name,
  :description,
  :config,
  :effective_from,
  :effective_till,
  :recurrence_config,
  :override_type)
  SENSITIVE = []
  include Aws::Structure
end

#hours_of_operation_idString

The identifier for the hours of operation

Returns:

  • (String)


5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
# File 'lib/aws-sdk-connect/types.rb', line 5712

class CreateHoursOfOperationOverrideRequest < Struct.new(
  :instance_id,
  :hours_of_operation_id,
  :name,
  :description,
  :config,
  :effective_from,
  :effective_till,
  :recurrence_config,
  :override_type)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The identifier of the Amazon Connect instance.

Returns:

  • (String)


5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
# File 'lib/aws-sdk-connect/types.rb', line 5712

class CreateHoursOfOperationOverrideRequest < Struct.new(
  :instance_id,
  :hours_of_operation_id,
  :name,
  :description,
  :config,
  :effective_from,
  :effective_till,
  :recurrence_config,
  :override_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the hours of operation override.

Returns:

  • (String)


5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
# File 'lib/aws-sdk-connect/types.rb', line 5712

class CreateHoursOfOperationOverrideRequest < Struct.new(
  :instance_id,
  :hours_of_operation_id,
  :name,
  :description,
  :config,
  :effective_from,
  :effective_till,
  :recurrence_config,
  :override_type)
  SENSITIVE = []
  include Aws::Structure
end

#override_typeString

Whether the override will be defined as a standard or as a *recurring event*.

For more information about how override types are applied, see

Build your list of overrides][1

in the <i> Administrator

Guide</i>.

[1]: docs.aws.amazon.com/https:/docs.aws.amazon.com/connect/latest/adminguide/hours-of-operation-overrides.html

Returns:

  • (String)


5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
# File 'lib/aws-sdk-connect/types.rb', line 5712

class CreateHoursOfOperationOverrideRequest < Struct.new(
  :instance_id,
  :hours_of_operation_id,
  :name,
  :description,
  :config,
  :effective_from,
  :effective_till,
  :recurrence_config,
  :override_type)
  SENSITIVE = []
  include Aws::Structure
end

#recurrence_configTypes::RecurrenceConfig

Configuration for a recurring event.



5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
# File 'lib/aws-sdk-connect/types.rb', line 5712

class CreateHoursOfOperationOverrideRequest < Struct.new(
  :instance_id,
  :hours_of_operation_id,
  :name,
  :description,
  :config,
  :effective_from,
  :effective_till,
  :recurrence_config,
  :override_type)
  SENSITIVE = []
  include Aws::Structure
end