Class: Aws::Connect::Types::OverrideHour

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

Overview

Information about hours of operation override

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endTypes::OverrideTimeSlice

The start time or end time for an hours of operation override.



23927
23928
23929
23930
23931
23932
23933
23934
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23927

class OverrideHour < Struct.new(
  :start,
  :end,
  :override_name,
  :operational_status)
  SENSITIVE = []
  include Aws::Structure
end

#operational_statusString

Indicates whether the status is open or closed during the override period. This status determines how the override modifies the base hours of operation schedule.

Returns:

  • (String)


23927
23928
23929
23930
23931
23932
23933
23934
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23927

class OverrideHour < Struct.new(
  :start,
  :end,
  :override_name,
  :operational_status)
  SENSITIVE = []
  include Aws::Structure
end

#override_nameString

Unique identifier name for the override.

Returns:

  • (String)


23927
23928
23929
23930
23931
23932
23933
23934
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23927

class OverrideHour < Struct.new(
  :start,
  :end,
  :override_name,
  :operational_status)
  SENSITIVE = []
  include Aws::Structure
end

#startTypes::OverrideTimeSlice

The start time or end time for an hours of operation override.



23927
23928
23929
23930
23931
23932
23933
23934
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23927

class OverrideHour < Struct.new(
  :start,
  :end,
  :override_name,
  :operational_status)
  SENSITIVE = []
  include Aws::Structure
end