Class: Aws::SSMIncidents::Types::UpdateRelatedItemsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::UpdateRelatedItemsInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmincidents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A token that ensures that a client calls the operation only once with the specified details.
-
#incident_record_arn ⇒ String
The Amazon Resource Name (ARN) of the incident record that contains the related items that you update.
-
#related_items_update ⇒ Types::RelatedItemsUpdate
Details about the item that you are add to, or delete from, an incident.
Instance Attribute Details
#client_token ⇒ String
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.
2474 2475 2476 2477 2478 2479 2480 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) of the incident record that contains the related items that you update.
2474 2475 2476 2477 2478 2479 2480 |
# File '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 |
#related_items_update ⇒ Types::RelatedItemsUpdate
Details about the item that you are add to, or delete from, an incident.
2474 2475 2476 2477 2478 2479 2480 |
# File '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 |