Class: Aws::SSMContacts::Types::WeeklySetting

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

Overview

Information about rotations that recur weekly.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#day_of_weekString

The day of the week when weekly recurring on-call shift rotations begins.

Returns:

  • (String)


2553
2554
2555
2556
2557
2558
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2553

class WeeklySetting < Struct.new(
  :day_of_week,
  :hand_off_time)
  SENSITIVE = []
  include Aws::Structure
end

#hand_off_timeTypes::HandOffTime

The time of day when a weekly recurring on-call shift rotation begins.

Returns:



2553
2554
2555
2556
2557
2558
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2553

class WeeklySetting < Struct.new(
  :day_of_week,
  :hand_off_time)
  SENSITIVE = []
  include Aws::Structure
end