Class: Aws::SSMContacts::Types::Rotation

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

Overview

Information about a rotation in an on-call schedule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_idsArray<String>

The Amazon Resource Names (ARNs) of the contacts assigned to the rotation team.

Returns:

  • (Array<String>)


2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2015

class Rotation < Struct.new(
  :rotation_arn,
  :name,
  :contact_ids,
  :start_time,
  :time_zone_id,
  :recurrence)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the rotation.

Returns:

  • (String)


2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2015

class Rotation < Struct.new(
  :rotation_arn,
  :name,
  :contact_ids,
  :start_time,
  :time_zone_id,
  :recurrence)
  SENSITIVE = []
  include Aws::Structure
end

#recurrenceTypes::RecurrenceSettings

Information about when an on-call rotation is in effect and how long the rotation period lasts.



2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2015

class Rotation < Struct.new(
  :rotation_arn,
  :name,
  :contact_ids,
  :start_time,
  :time_zone_id,
  :recurrence)
  SENSITIVE = []
  include Aws::Structure
end

#rotation_arnString

The Amazon Resource Name (ARN) of the rotation.

Returns:

  • (String)


2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2015

class Rotation < Struct.new(
  :rotation_arn,
  :name,
  :contact_ids,
  :start_time,
  :time_zone_id,
  :recurrence)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The date and time the rotation becomes active.

Returns:

  • (Time)


2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2015

class Rotation < Struct.new(
  :rotation_arn,
  :name,
  :contact_ids,
  :start_time,
  :time_zone_id,
  :recurrence)
  SENSITIVE = []
  include Aws::Structure
end

#time_zone_idString

The time zone the rotation’s activity is based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul".

Returns:

  • (String)


2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2015

class Rotation < Struct.new(
  :rotation_arn,
  :name,
  :contact_ids,
  :start_time,
  :time_zone_id,
  :recurrence)
  SENSITIVE = []
  include Aws::Structure
end