List Instances
licensemanagerusersubscriptions_list_instances | R Documentation |
Lists the EC2 instances providing user-based subscriptions¶
Description¶
Lists the EC2 instances providing user-based subscriptions.
Usage¶
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.
MaxResults
Maximum number of results to return in a single call.
NextToken
Token for the next set of results.
Value¶
A list with the following syntax:
list(
InstanceSummaries = list(
list(
InstanceId = "string",
LastStatusCheckDate = "string",
Products = list(
"string"
),
Status = "string",
StatusMessage = "string"
)
),
NextToken = "string"
)