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.
licensemanagerlinuxsubscriptions_list_linux_subscription_instances(
Filters = NULL,
MaxResults = NULL,
NextToken = NULL
)
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
Maximum number of results to return in a single call.
Token for the next set of results.