Class: Aws::ApiGatewayV2::Types::DisplayContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::DisplayContent
- 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
-
#body ⇒ String
The body.
-
#title ⇒ String
The title.
Instance Attribute Details
#body ⇒ String
The body.
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 |
#title ⇒ String
The title.
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 |