Class: Aws::ApiGatewayV2::Types::CreateProductPageRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • (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