Class: Aws::ApiGatewayV2::Types::CreateProductPageRequestContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::CreateProductPageRequestContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
Creates 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.
2576 2577 2578 2579 2580 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2576 class CreateProductPageRequestContent < Struct.new( :display_content) SENSITIVE = [] include Aws::Structure end |