Class: Aws::ApiGatewayV2::Types::DisplayContent

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

Overview

The content of the product page.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

The body.

Returns:

  • (String)


3892
3893
3894
3895
3896
3897
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3892

class DisplayContent < Struct.new(
  :body,
  :title)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The title.

Returns:

  • (String)


3892
3893
3894
3895
3896
3897
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3892

class DisplayContent < Struct.new(
  :body,
  :title)
  SENSITIVE = []
  include Aws::Structure
end