ssmincidents_list_related_items: List all related items for an incident record

View source: R/ssmincidents_operations.R

ssmincidents_list_related_itemsR Documentation

List all related items for an incident record

Description

List all related items for an incident record.

See https://www.paws-r-sdk.com/docs/ssmincidents_list_related_items/ for full documentation.

Usage

ssmincidents_list_related_items(
  incidentRecordArn,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

incidentRecordArn

[required] The Amazon Resource Name (ARN) of the incident record containing the listed related items.

maxResults

The maximum number of related items per page.

nextToken

The pagination token to continue to the next page of results.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.