Class: Aws::Connect::Types::OverrideTimeSlice

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hoursInteger

The hours.

Returns:

  • (Integer)


16632
16633
16634
16635
16636
16637
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16632

class OverrideTimeSlice < Struct.new(
  :hours,
  :minutes)
  SENSITIVE = []
  include Aws::Structure
end

#minutesInteger

The minutes.

Returns:

  • (Integer)


16632
16633
16634
16635
16636
16637
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16632

class OverrideTimeSlice < Struct.new(
  :hours,
  :minutes)
  SENSITIVE = []
  include Aws::Structure
end