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

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

#config ⇒ Array<Types::HoursOfOperationOverrideConfig>

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



6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6605

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

#description ⇒ String

The description of the hours of operation override.

Returns:

  • (String)


6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6605

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_from ⇒ String

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

Returns:

  • (String)


6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6605

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_till ⇒ String

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

Returns:

  • (String)


6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6605

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_id ⇒ String

The identifier for the hours of operation

Returns:

  • (String)


6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6605

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_id ⇒ String

The identifier of the Connect Customer instance.

Returns:

  • (String)


6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6605

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

#name ⇒ String

The name of the hours of operation override.

Returns:

  • (String)


6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6605

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_type ⇒ String

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 in the Administrator Guide.

Returns:

  • (String)


6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6605

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_config ⇒ Types::RecurrenceConfig

Configuration for a recurring event.



6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6605

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