Class: Aws::SSMContacts::Types::MonthlySetting

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

Overview

Information about on-call rotations that recur monthly.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#day_of_monthInteger

The day of the month when monthly recurring on-call rotations begin.

Returns:

  • (Integer)


1714
1715
1716
1717
1718
1719
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1714

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

#hand_off_timeTypes::HandOffTime

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

Returns:



1714
1715
1716
1717
1718
1719
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1714

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