Class: Aws::SSMIncidents::Types::UpdateRelatedItemsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A token that ensures that a client calls the operation only once with the specified details.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


2474
2475
2476
2477
2478
2479
2480
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2474

class UpdateRelatedItemsInput < Struct.new(
  :client_token,
  :incident_record_arn,
  :related_items_update)
  SENSITIVE = []
  include Aws::Structure
end

#incident_record_arnString

The Amazon Resource Name (ARN) of the incident record that contains the related items that you update.

Returns:

  • (String)


2474
2475
2476
2477
2478
2479
2480
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2474

class UpdateRelatedItemsInput < Struct.new(
  :client_token,
  :incident_record_arn,
  :related_items_update)
  SENSITIVE = []
  include Aws::Structure
end

Details about the item that you are add to, or delete from, an incident.



2474
2475
2476
2477
2478
2479
2480
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2474

class UpdateRelatedItemsInput < Struct.new(
  :client_token,
  :incident_record_arn,
  :related_items_update)
  SENSITIVE = []
  include Aws::Structure
end