Class: Aws::MarketplaceCatalog::Types::DataProductSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-marketplacecatalog/types.rb

Overview

Object that contains summarized information about a data product.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#product_titleString

The title of the data product.

Returns:

  • (String)


701
702
703
704
705
706
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 701

class DataProductSummary < Struct.new(
  :product_title,
  :visibility)
  SENSITIVE = []
  include Aws::Structure
end

#visibilityString

The lifecycle of the data product.

Returns:

  • (String)


701
702
703
704
705
706
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 701

class DataProductSummary < Struct.new(
  :product_title,
  :visibility)
  SENSITIVE = []
  include Aws::Structure
end