Class: Aws::SSMContacts::Types::HandOffTime

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

Overview

Details about when an on-call rotation shift begins or ends.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hour_of_dayInteger

The hour when an on-call rotation shift begins or ends.

Returns:

  • (Integer)


1127
1128
1129
1130
1131
1132
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1127

class HandOffTime < Struct.new(
  :hour_of_day,
  :minute_of_hour)
  SENSITIVE = []
  include Aws::Structure
end

#minute_of_hourInteger

The minute when an on-call rotation shift begins or ends.

Returns:

  • (Integer)


1127
1128
1129
1130
1131
1132
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1127

class HandOffTime < Struct.new(
  :hour_of_day,
  :minute_of_hour)
  SENSITIVE = []
  include Aws::Structure
end