Class: Aws::DataZone::Types::SubscribedProductListing

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

Overview

The data product listing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_listingsArray<Types::AssetInDataProductListingItem>

The data assets of the data product listing.



14558
14559
14560
14561
14562
14563
14564
14565
14566
14567
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14558

class SubscribedProductListing < Struct.new(
  :asset_listings,
  :description,
  :entity_id,
  :entity_revision,
  :glossary_terms,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the data product listing.

Returns:

  • (String)


14558
14559
14560
14561
14562
14563
14564
14565
14566
14567
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14558

class SubscribedProductListing < Struct.new(
  :asset_listings,
  :description,
  :entity_id,
  :entity_revision,
  :glossary_terms,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#entity_idString

The ID of the data product listing.

Returns:

  • (String)


14558
14559
14560
14561
14562
14563
14564
14565
14566
14567
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14558

class SubscribedProductListing < Struct.new(
  :asset_listings,
  :description,
  :entity_id,
  :entity_revision,
  :glossary_terms,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#entity_revisionString

The revision of the data product listing.

Returns:

  • (String)


14558
14559
14560
14561
14562
14563
14564
14565
14566
14567
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14558

class SubscribedProductListing < Struct.new(
  :asset_listings,
  :description,
  :entity_id,
  :entity_revision,
  :glossary_terms,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#glossary_termsArray<Types::DetailedGlossaryTerm>

The glossary terms of the data product listing.

Returns:



14558
14559
14560
14561
14562
14563
14564
14565
14566
14567
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14558

class SubscribedProductListing < Struct.new(
  :asset_listings,
  :description,
  :entity_id,
  :entity_revision,
  :glossary_terms,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the data product listing.

Returns:

  • (String)


14558
14559
14560
14561
14562
14563
14564
14565
14566
14567
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14558

class SubscribedProductListing < Struct.new(
  :asset_listings,
  :description,
  :entity_id,
  :entity_revision,
  :glossary_terms,
  :name)
  SENSITIVE = []
  include Aws::Structure
end