Class: Aws::ApiGatewayV2::Types::PublishPortalRequestContent

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

Overview

Publish a portal.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the portal. When the portal is published, this description becomes the last published description.

Returns:

  • (String)


7410
7411
7412
7413
7414
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7410

class PublishPortalRequestContent < Struct.new(
  :description)
  SENSITIVE = []
  include Aws::Structure
end