Class: Aws::SSMContacts::Types::UpdateRotationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::UpdateRotationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_ids ⇒ Array<String>
The Amazon Resource Names (ARNs) of the contacts to include in the updated rotation.
-
#recurrence ⇒ Types::RecurrenceSettings
Information about how long the updated rotation lasts before restarting at the beginning of the shift order.
-
#rotation_id ⇒ String
The Amazon Resource Name (ARN) of the rotation to update.
-
#start_time ⇒ Time
The date and time the rotation goes into effect.
-
#time_zone_id ⇒ String
The time zone to base the updated rotation’s activity on, in Internet Assigned Numbers Authority (IANA) format.
Instance Attribute Details
#contact_ids ⇒ Array<String>
The Amazon Resource Names (ARNs) of the contacts to include in the updated rotation.
The order in which you list the contacts is their shift order in the rotation schedule.
2482 2483 2484 2485 2486 2487 2488 2489 2490 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 2482 class UpdateRotationRequest < Struct.new( :rotation_id, :contact_ids, :start_time, :time_zone_id, :recurrence) SENSITIVE = [] include Aws::Structure end |
#recurrence ⇒ Types::RecurrenceSettings
Information about how long the updated rotation lasts before restarting at the beginning of the shift order.
2482 2483 2484 2485 2486 2487 2488 2489 2490 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 2482 class UpdateRotationRequest < Struct.new( :rotation_id, :contact_ids, :start_time, :time_zone_id, :recurrence) SENSITIVE = [] include Aws::Structure end |
#rotation_id ⇒ String
The Amazon Resource Name (ARN) of the rotation to update.
2482 2483 2484 2485 2486 2487 2488 2489 2490 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 2482 class UpdateRotationRequest < Struct.new( :rotation_id, :contact_ids, :start_time, :time_zone_id, :recurrence) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The date and time the rotation goes into effect.
2482 2483 2484 2485 2486 2487 2488 2489 2490 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 2482 class UpdateRotationRequest < Struct.new( :rotation_id, :contact_ids, :start_time, :time_zone_id, :recurrence) SENSITIVE = [] include Aws::Structure end |
#time_zone_id ⇒ String
The time zone to base the updated rotation’s activity on, in Internet Assigned Numbers Authority (IANA) format. For example: “America/Los_Angeles”, “UTC”, or “Asia/Seoul”. For more information, see the [Time Zone Database] on the IANA website.
<note markdown=“1”> Designators for time zones that don’t support Daylight Savings Time Rules, such as Pacific Standard Time (PST) and Pacific Daylight Time (PDT), aren’t supported.
</note>
2482 2483 2484 2485 2486 2487 2488 2489 2490 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 2482 class UpdateRotationRequest < Struct.new( :rotation_id, :contact_ids, :start_time, :time_zone_id, :recurrence) SENSITIVE = [] include Aws::Structure end |