Learn R Programming

paws.management (version 0.5.0)

licensemanagerlinuxsubscriptions_list_linux_subscriptions: Lists the Linux subscriptions that have been discovered

Description

Lists the Linux subscriptions that have been discovered. If you have linked your organization, the returned results will include data aggregated across your accounts in Organizations.

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

Usage

licensemanagerlinuxsubscriptions_list_linux_subscriptions(
  Filters = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

Filters

An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify. For example, you can filter by the name of Subscription with an optional operator to see subscriptions that match, partially match, or don't match a certain subscription's name.

The valid names for this filter are:

  • Subscription

The valid Operators for this filter are:

  • contains

  • equals

  • Notequal

MaxResults

Maximum number of results to return in a single call.

NextToken

Token for the next set of results.