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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


16651
16652
16653
16654
16655
16656
# File 'lib/aws-sdk-connect/types.rb', line 16651

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

#minutesInteger

The minutes.

Returns:

  • (Integer)


16651
16652
16653
16654
16655
16656
# File 'lib/aws-sdk-connect/types.rb', line 16651

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