class Aws::SSMIncidents::Types::ListRelatedItemsInput

@note When making an API call, you may pass ListRelatedItemsInput

data as a hash:

    {
      incident_record_arn: "Arn", # required
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] incident_record_arn

The Amazon Resource Name (ARN) of the incident record that you are
listing related items for.
@return [String]

@!attribute [rw] max_results

The maximum number of related items per page.
@return [Integer]

@!attribute [rw] next_token

The pagination token to continue to the next page of results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ssm-incidents-2018-05-10/ListRelatedItemsInput AWS API Documentation

Constants

SENSITIVE