Class: Aws::ApiGatewayV2::Types::CreatePortalProductResponseContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::CreatePortalProductResponseContent
- 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 display name for the portal product.
-
#display_order ⇒ Types::DisplayOrder
The visual ordering of the product pages and product REST endpoint pages in a published portal.
-
#last_modified ⇒ Time
The timestamp when the portal product was last modified.
-
#portal_product_arn ⇒ String
The ARN of the portal product.
-
#portal_product_id ⇒ String
The portal product identifier.
-
#tags ⇒ Hash<String,String>
The collection of tags.
Instance Attribute Details
#description ⇒ String
A description of the portal product.
2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2320 class CreatePortalProductResponseContent < Struct.new( :description, :display_name, :display_order, :last_modified, :portal_product_arn, :portal_product_id, :tags) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The display name for the portal product.
2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2320 class CreatePortalProductResponseContent < Struct.new( :description, :display_name, :display_order, :last_modified, :portal_product_arn, :portal_product_id, :tags) SENSITIVE = [] include Aws::Structure end |
#display_order ⇒ Types::DisplayOrder
The visual ordering of the product pages and product REST endpoint pages in a published portal.
2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2320 class CreatePortalProductResponseContent < Struct.new( :description, :display_name, :display_order, :last_modified, :portal_product_arn, :portal_product_id, :tags) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
The timestamp when the portal product was last modified.
2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2320 class CreatePortalProductResponseContent < Struct.new( :description, :display_name, :display_order, :last_modified, :portal_product_arn, :portal_product_id, :tags) SENSITIVE = [] include Aws::Structure end |
#portal_product_arn ⇒ String
The ARN of the portal product.
2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2320 class CreatePortalProductResponseContent < Struct.new( :description, :display_name, :display_order, :last_modified, :portal_product_arn, :portal_product_id, :tags) SENSITIVE = [] include Aws::Structure end |
#portal_product_id ⇒ String
The portal product identifier.
2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2320 class CreatePortalProductResponseContent < Struct.new( :description, :display_name, :display_order, :last_modified, :portal_product_arn, :portal_product_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The collection of tags. Each tag element is associated with a given resource.
2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2320 class CreatePortalProductResponseContent < Struct.new( :description, :display_name, :display_order, :last_modified, :portal_product_arn, :portal_product_id, :tags) SENSITIVE = [] include Aws::Structure end |