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.
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 |
#description ⇒ String
The description 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 |
#entity_id ⇒ String
The ID 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 |
#entity_revision ⇒ String
The revision 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 |
#glossary_terms ⇒ Array<Types::DetailedGlossaryTerm>
The glossary terms 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 |
#name ⇒ String
The name 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 |