toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.connect.kotlin.outputs
/
HoursOfOperationTimeSlice
Hours
Of
Operation
Time
Slice
data
class
HoursOfOperationTimeSlice
(
val
hours
:
Int
,
val
minutes
:
Int
)
The start time or end time for an hours of operation.
Members
Constructors
Hours
Of
Operation
Time
Slice
Link copied to clipboard
constructor
(
hours
:
Int
,
minutes
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
hours
Link copied to clipboard
val
hours
:
Int
The hours.
minutes
Link copied to clipboard
val
minutes
:
Int
The minutes.