List Applications
| serverlessapplicationrepository_list_applications | R Documentation |
Lists applications owned by the requester¶
Description¶
Lists applications owned by the requester.
Usage¶
Arguments¶
MaxItemsThe total number of items to return.
NextTokenA token to specify where to start paginating.
Value¶
A list with the following syntax:
list(
Applications = list(
list(
ApplicationId = "string",
Author = "string",
CreationTime = "string",
Description = "string",
HomePageUrl = "string",
Labels = list(
"string"
),
Name = "string",
SpdxLicenseId = "string"
)
),
NextToken = "string"
)