ssmsap_list_operations: Lists the operations performed by AWS Systems Manager for SAP

View source: R/ssmsap_operations.R

ssmsap_list_operationsR Documentation

Lists the operations performed by AWS Systems Manager for SAP

Description

Lists the operations performed by AWS Systems Manager for SAP.

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

Usage

ssmsap_list_operations(
  ApplicationId,
  MaxResults = NULL,
  NextToken = NULL,
  Filters = NULL
)

Arguments

ApplicationId

[required] The ID of the application.

MaxResults

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value. If you do not specify a value for MaxResults, the request returns 50 items per page by default.

NextToken

The token for the next page of results.

Filters

The filters of an operation.


paws.management documentation built on Sept. 12, 2024, 6:19 a.m.