ApiGatewayV2 / Client / get_product_page
get_product_page¶
- ApiGatewayV2.Client.get_product_page(**kwargs)¶
Gets a product page of a portal product.
See also: AWS API Documentation
Request Syntax
response = client.get_product_page( PortalProductId='string', ProductPageId='string', ResourceOwnerAccountId='string' )
- Parameters:
PortalProductId (string) –
[REQUIRED]
The portal product identifier.
ProductPageId (string) –
[REQUIRED]
The portal product identifier.
ResourceOwnerAccountId (string) – The account ID of the resource owner of the portal product.
- Return type:
dict
- Returns:
Response Syntax
{ 'DisplayContent': { 'Body': 'string', 'Title': 'string' }, 'LastModified': datetime(2015, 1, 1), 'ProductPageArn': 'string', 'ProductPageId': 'string' }
Response Structure
(dict) –
Success
DisplayContent (dict) –
The content of the product page.
Body (string) –
The body.
Title (string) –
The title.
LastModified (datetime) –
The timestamp when the product page was last modified.
ProductPageArn (string) –
The ARN of the product page.
ProductPageId (string) –
The product page identifier.
Exceptions