Class: Aws::ApiGatewayV2::Types::CreateProductPageRequestContent

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigatewayv2/types.rb

Overview

Creates a product page.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_contentTypes::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