Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::SSMContacts::Types::CreateRotationOverrideRequest

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

#end_timeTime

The date and time when the override ends.

Returns:

  • (Time)

448
449
450
451
452
453
454
455
456
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 448

class CreateRotationOverrideRequest < Struct.new(
  :rotation_id,
  :new_contact_ids,
  :start_time,
  :end_time,
  :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)

448
449
450
451
452
453
454
455
456
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 448

class CreateRotationOverrideRequest < Struct.new(
  :rotation_id,
  :new_contact_ids,
  :start_time,
  :end_time,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end

#new_contact_idsArray<String>

The Amazon Resource Names (ARNs) of the contacts to replace those in the current on-call rotation with.

If you want to include any current team members in the override shift, you must include their ARNs in the new contact ID list.

Returns:

  • (Array<String>)

448
449
450
451
452
453
454
455
456
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 448

class CreateRotationOverrideRequest < Struct.new(
  :rotation_id,
  :new_contact_ids,
  :start_time,
  :end_time,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end

#rotation_idString

The Amazon Resource Name (ARN) of the rotation to create an override for.

Returns:

  • (String)

448
449
450
451
452
453
454
455
456
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 448

class CreateRotationOverrideRequest < Struct.new(
  :rotation_id,
  :new_contact_ids,
  :start_time,
  :end_time,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The date and time when the override goes into effect.

Returns:

  • (Time)

448
449
450
451
452
453
454
455
456
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 448

class CreateRotationOverrideRequest < Struct.new(
  :rotation_id,
  :new_contact_ids,
  :start_time,
  :end_time,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end