Class: Aws::SSMContacts::Types::Rotation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::Rotation
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Information about a rotation in an on-call schedule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_ids ⇒ Array<String>
The Amazon Resource Names (ARNs) of the contacts assigned to the rotation team.
-
#name ⇒ String
The name of the rotation.
-
#recurrence ⇒ Types::RecurrenceSettings
Information about when an on-call rotation is in effect and how long the rotation period lasts.
-
#rotation_arn ⇒ String
The Amazon Resource Name (ARN) of the rotation.
-
#start_time ⇒ Time
The date and time the rotation becomes active.
-
#time_zone_id ⇒ String
The time zone the rotation’s activity is based on, in Internet Assigned Numbers Authority (IANA) format.
Instance Attribute Details
#contact_ids ⇒ Array<String>
The Amazon Resource Names (ARNs) of the contacts assigned to the rotation team.
2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 |
# File '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 |
#name ⇒ String
The name of the rotation.
2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 |
# File '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 |
#recurrence ⇒ Types::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 '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_arn ⇒ String
The Amazon Resource Name (ARN) of the rotation.
2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 |
# File '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_time ⇒ Time
The date and time the rotation becomes active.
2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 |
# File '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_id ⇒ String
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”.
2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 |
# File '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 |