Class: Aws::ApiGatewayV2::Types::PublishPortalRequestContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::PublishPortalRequestContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
Publish a portal.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the portal.
Instance Attribute Details
#description ⇒ String
The description of the portal. When the portal is published, this description becomes the last published description.
7410 7411 7412 7413 7414 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7410 class PublishPortalRequestContent < Struct.new( :description) SENSITIVE = [] include Aws::Structure end |