Class: Aws::ApiGatewayV2::Types::GetPortalProductResponseContent

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

Overview

Gets a portal product.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of a portal product.

Returns:

  • (String)


5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5230

class GetPortalProductResponseContent < 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.

Returns:

  • (String)


5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5230

class GetPortalProductResponseContent < 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 display order.

Returns:



5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5230

class GetPortalProductResponseContent < 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)


5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5230

class GetPortalProductResponseContent < 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)


5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5230

class GetPortalProductResponseContent < 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)


5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5230

class GetPortalProductResponseContent < 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>)


5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5230

class GetPortalProductResponseContent < Struct.new(
  :description,
  :display_name,
  :display_order,
  :last_modified,
  :portal_product_arn,
  :portal_product_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end