Class: Aws::DataZone::Types::SubscribedProductListing
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SubscribedProductListing
- 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
-
#asset_listings ⇒ Array<Types::AssetInDataProductListingItem>
The data assets of the data product listing.
-
#description ⇒ String
The description of the data product listing.
-
#entity_id ⇒ String
The ID of the data product listing.
-
#entity_revision ⇒ String
The revision of the data product listing.
-
#glossary_terms ⇒ Array<Types::DetailedGlossaryTerm>
The glossary terms of the data product listing.
-
#name ⇒ String
The name of the data product listing.
Instance Attribute Details
#asset_listings ⇒ Array<Types::AssetInDataProductListingItem>
The data assets of the data product listing.
17732 17733 17734 17735 17736 17737 17738 17739 17740 17741 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17732 class SubscribedProductListing < Struct.new( :asset_listings, :description, :entity_id, :entity_revision, :glossary_terms, :name) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the data product listing.
17732 17733 17734 17735 17736 17737 17738 17739 17740 17741 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17732 class SubscribedProductListing < Struct.new( :asset_listings, :description, :entity_id, :entity_revision, :glossary_terms, :name) SENSITIVE = [] include Aws::Structure end |
#entity_id ⇒ String
The ID of the data product listing.
17732 17733 17734 17735 17736 17737 17738 17739 17740 17741 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17732 class SubscribedProductListing < Struct.new( :asset_listings, :description, :entity_id, :entity_revision, :glossary_terms, :name) SENSITIVE = [] include Aws::Structure end |
#entity_revision ⇒ String
The revision of the data product listing.
17732 17733 17734 17735 17736 17737 17738 17739 17740 17741 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17732 class SubscribedProductListing < Struct.new( :asset_listings, :description, :entity_id, :entity_revision, :glossary_terms, :name) SENSITIVE = [] include Aws::Structure end |
#glossary_terms ⇒ Array<Types::DetailedGlossaryTerm>
The glossary terms of the data product listing.
17732 17733 17734 17735 17736 17737 17738 17739 17740 17741 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17732 class SubscribedProductListing < Struct.new( :asset_listings, :description, :entity_id, :entity_revision, :glossary_terms, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data product listing.
17732 17733 17734 17735 17736 17737 17738 17739 17740 17741 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17732 class SubscribedProductListing < Struct.new( :asset_listings, :description, :entity_id, :entity_revision, :glossary_terms, :name) SENSITIVE = [] include Aws::Structure end |