Class: Aws::ApiGatewayV2::Types::CreatePortalProductRequestContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::CreatePortalProductRequestContent
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
Creates a portal product.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the portal product.
-
#display_name ⇒ String
The name of the portal product as it appears in a published portal.
-
#tags ⇒ Hash<String,String>
The collection of tags.
Instance Attribute Details
#description ⇒ String
A description of the portal product.
2245 2246 2247 2248 2249 2250 2251 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2245 class CreatePortalProductRequestContent < Struct.new( :description, :display_name, :tags) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The name of the portal product as it appears in a published portal.
2245 2246 2247 2248 2249 2250 2251 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2245 class CreatePortalProductRequestContent < Struct.new( :description, :display_name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The collection of tags. Each tag element is associated with a given resource.
2245 2246 2247 2248 2249 2250 2251 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2245 class CreatePortalProductRequestContent < Struct.new( :description, :display_name, :tags) SENSITIVE = [] include Aws::Structure end |