Class: Aws::ApiGatewayV2::Types::CreatePortalProductRequestContent

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)


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_nameString

The name of the portal product as it appears in a published portal.

Returns:

  • (String)


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

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


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