Class: Aws::Connect::Types::OverrideTimeSlice
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::OverrideTimeSlice
- 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
-
#hours ⇒ Integer
The hours.
-
#minutes ⇒ Integer
The minutes.
Instance Attribute Details
#hours ⇒ Integer
The hours.
24938 24939 24940 24941 24942 24943 |
# File 'lib/aws-sdk-connect/types.rb', line 24938 class OverrideTimeSlice < Struct.new( :hours, :minutes) SENSITIVE = [] include Aws::Structure end |
#minutes ⇒ Integer
The minutes.
24938 24939 24940 24941 24942 24943 |
# File 'lib/aws-sdk-connect/types.rb', line 24938 class OverrideTimeSlice < Struct.new( :hours, :minutes) SENSITIVE = [] include Aws::Structure end |