List Product Pages
| apigatewayv2_list_product_pages | R Documentation |
Lists the product pages for a portal product¶
Description¶
Lists the product pages for a portal product.
Usage¶
apigatewayv2_list_product_pages(MaxResults, NextToken, PortalProductId,
ResourceOwnerAccountId)
Arguments¶
MaxResults |
The maximum number of elements to be returned for this resource. |
NextToken |
The next page of elements from this collection. Not valid for the last element of the collection. |
PortalProductId |
[required] The portal product identifier. |
ResourceOwnerAccountId |
The account ID of the resource owner of the portal product. |
Value¶
A list with the following syntax:
list(
Items = list(
list(
LastModified = as.POSIXct(
"2015-01-01"
),
PageTitle = "string",
ProductPageArn = "string",
ProductPageId = "string"
)
),
NextToken = "string"
)
Request syntax¶
svc$list_product_pages(
MaxResults = "string",
NextToken = "string",
PortalProductId = "string",
ResourceOwnerAccountId = "string"
)