ssmsap_list_components: Lists all the components registered with AWS Systems Manager...

View source: R/ssmsap_operations.R

ssmsap_list_componentsR Documentation

Lists all the components registered with AWS Systems Manager for SAP

Description

Lists all the components registered with AWS Systems Manager for SAP.

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

Usage

ssmsap_list_components(
  ApplicationId = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

ApplicationId

The ID of the application.

NextToken

The token for the next page of results.

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.


paws.management documentation built on May 29, 2024, 1:50 a.m.