Class: Aws::ApiGatewayV2::Types::CreatePortalProductResponseContent

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#descriptionString

A description of the portal product.

Returns:

  • (String)


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_nameString

The display name for the portal product.

Returns:

  • (String)


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_orderTypes::DisplayOrder

The visual ordering of the product pages and product REST endpoint pages in a published portal.

Returns:



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_modifiedTime

The timestamp when the portal product was last modified.

Returns:

  • (Time)


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_arnString

The ARN of the portal product.

Returns:

  • (String)


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_idString

The portal product identifier.

Returns:

  • (String)


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

#tagsHash<String,String>

The collection of tags. Each tag element is associated with a given resource.

Returns:

  • (Hash<String,String>)


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