Class: Aws::SSMContacts::Types::CreateRotationOverrideRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::CreateRotationOverrideRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The date and time when the override ends.
-
#idempotency_token ⇒ String
A token that ensures that the operation is called only once with the specified details.
-
#new_contact_ids ⇒ Array<String>
The Amazon Resource Names (ARNs) of the contacts to replace those in the current on-call rotation with.
-
#rotation_id ⇒ String
The Amazon Resource Name (ARN) of the rotation to create an override for.
-
#start_time ⇒ Time
The date and time when the override goes into effect.
Instance Attribute Details
#end_time ⇒ Time
The date and time when the override ends.
448 449 450 451 452 453 454 455 456 |
# File '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_token ⇒ String
A token that ensures that the operation is called only once with the specified details.
448 449 450 451 452 453 454 455 456 |
# File '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_ids ⇒ Array<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.
448 449 450 451 452 453 454 455 456 |
# File '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_id ⇒ String
The Amazon Resource Name (ARN) of the rotation to create an override for.
448 449 450 451 452 453 454 455 456 |
# File '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_time ⇒ Time
The date and time when the override goes into effect.
448 449 450 451 452 453 454 455 456 |
# File '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 |