Class: Aws::SSMContacts::Types::CreateRotationRequest

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 add to the rotation.

The order that you list the contacts in is their shift order in the rotation schedule. To change the order of the contact's shifts, use the UpdateRotation operation.

Returns:

  • (Array<String>)


527
528
529
530
531
532
533
534
535
536
537
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 527

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

#idempotency_tokenString

A token that ensures that the operation is called only once with the specified details.

Returns:

  • (String)


527
528
529
530
531
532
533
534
535
536
537
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 527

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

#nameString

The name of the rotation.

Returns:

  • (String)


527
528
529
530
531
532
533
534
535
536
537
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 527

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

#recurrenceTypes::RecurrenceSettings

Information about the rule that specifies when a shift's team members rotate.



527
528
529
530
531
532
533
534
535
536
537
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 527

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

#start_timeTime

The date and time that the rotation goes into effect.

Returns:

  • (Time)


527
528
529
530
531
532
533
534
535
536
537
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 527

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

#tagsArray<Types::Tag>

Optional metadata to assign to the rotation. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For more information, see Tagging Incident Manager resources in the Incident Manager User Guide.

Returns:



527
528
529
530
531
532
533
534
535
536
537
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 527

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

#time_zone_idString

The time zone to base the 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), are not supported.

Returns:

  • (String)


527
528
529
530
531
532
533
534
535
536
537
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 527

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