licensemanagerlinuxsubscriptions_lis_lin_sub_ins: Lists the running Amazon EC2 instances that were discovered...

licensemanagerlinuxsubscriptions_list_linux_subscription_instancesR Documentation

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 by your specified criteria. For example, you can specify Region in the Name, with the contains operator to list all subscriptions that match a partial string in the Value, such as us-west.

For each filter, you can specify one of the following values for the Name key to streamline results:

  • AccountID

  • AmiID

  • DualSubscription

  • InstanceID

  • InstanceType

  • ProductCode

  • Region

  • Status

  • UsageOperation

For each filter, you can use one of the following Operator values to define the behavior of the filter:

  • contains

  • equals

  • Notequal

MaxResults

The maximum items to return in a request.

NextToken

A token to specify where to start paginating. This is the nextToken from a previously truncated response.


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