Class: Aws::ApiGatewayV2::Types::CreateProductPageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::CreateProductPageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_content ⇒ Types::DisplayContent
The content of the product page.
- #portal_product_id ⇒ String
Instance Attribute Details
#display_content ⇒ Types::DisplayContent
The content of the product page.
2563 2564 2565 2566 2567 2568 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2563 class CreateProductPageRequest < Struct.new( :display_content, :portal_product_id) SENSITIVE = [] include Aws::Structure end |
#portal_product_id ⇒ String
2563 2564 2565 2566 2567 2568 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2563 class CreateProductPageRequest < Struct.new( :display_content, :portal_product_id) SENSITIVE = [] include Aws::Structure end |