Class: Aws::ApiGatewayV2::Types::UpdateProductPageRequestContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::UpdateProductPageRequestContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
Update a product page.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_content ⇒ Types::DisplayContent
The content of the product page.
Instance Attribute Details
#display_content ⇒ Types::DisplayContent
The content of the product page.
10317 10318 10319 10320 10321 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 10317 class UpdateProductPageRequestContent < Struct.new( :display_content) SENSITIVE = [] include Aws::Structure end |