Class: Aws::ApiGatewayV2::Types::UpdateProductPageRequestContent

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

Overview

Update a product page.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

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