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
You can use the following filters to streamline results:
Status
InstanceId
MaxResults
The maximum number of results to return from a single request.
NextToken
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
Value¶
A list with the following syntax:
list(
InstanceSummaries = list(
list(
InstanceId = "string",
LastStatusCheckDate = "string",
Products = list(
"string"
),
Status = "string",
StatusMessage = "string"
)
),
NextToken = "string"
)