Class: Aws::ApiGatewayV2::Types::CreatePortalProductResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Returns:

  • (String)


2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2276

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

#display_nameString

Returns:

  • (String)


2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2276

class CreatePortalProductResponse < 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:



2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2276

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

#last_modifiedTime

Returns:

  • (Time)


2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2276

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

#portal_product_arnString

Returns:

  • (String)


2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2276

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

#portal_product_idString

Returns:

  • (String)


2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2276

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

#tagsHash<String,String>

Represents a collection of tags associated with the resource.

Returns:

  • (Hash<String,String>)


2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2276

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