Class: Aws::SSMContacts::Types::UpdateRotationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_idsArray<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.

Returns:

  • (Array<String>)


2482
2483
2484
2485
2486
2487
2488
2489
2490
# File 'gems/aws-sdk-ssmcontacts/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

#recurrenceTypes::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 'gems/aws-sdk-ssmcontacts/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_idString

The Amazon Resource Name (ARN) of the rotation to update.

Returns:

  • (String)


2482
2483
2484
2485
2486
2487
2488
2489
2490
# File 'gems/aws-sdk-ssmcontacts/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_timeTime

The date and time the rotation goes into effect.

Returns:

  • (Time)


2482
2483
2484
2485
2486
2487
2488
2489
2490
# File 'gems/aws-sdk-ssmcontacts/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_idString

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.

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.

Returns:

  • (String)


2482
2483
2484
2485
2486
2487
2488
2489
2490
# File 'gems/aws-sdk-ssmcontacts/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