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>)


2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2000

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)


2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2000

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.



2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2000

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)


2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2000

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)


2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2000

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)


2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2000

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