Learn R Programming

paws.management (version 0.5.0)

licensemanagerlinuxsubscriptions_list_linux_subscription_instances: Lists the running Amazon EC2 instances that were discovered with commercial Linux subscriptions

Description

Lists the running Amazon EC2 instances that were discovered with commercial Linux subscriptions.

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

Usage

licensemanagerlinuxsubscriptions_list_linux_subscription_instances(
  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 AmiID with an optional operator to see subscriptions that match, partially match, or don't match a certain Amazon Machine Image (AMI) ID.

The valid names for this filter are:

  • AmiID

  • InstanceID

  • AccountID

  • Status

  • Region

  • UsageOperation

  • ProductCode

  • InstanceType

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.