List Response Plans
| ssmincidents_list_response_plans | R Documentation |
Lists all response plans in your account¶
Description¶
Lists all response plans in your account.
Usage¶
Arguments¶
maxResultsThe maximum number of response plans per page.
nextTokenThe pagination token for the next set of items to return. (You received this token from a previous call.)
Value¶
A list with the following syntax:
list(
nextToken = "string",
responsePlanSummaries = list(
list(
arn = "string",
displayName = "string",
name = "string"
)
)
)