Class: Aws::DataZone::Types::DataProductListingItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DataProductListingItem
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The asset of the data product listing.
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#additional_attributes ⇒ Types::DataProductListingItemAdditionalAttributes
The additional attributes of the asset of the data product.
-
#created_at ⇒ Time
The timestamp at which the asset of the data product listing was created.
-
#description ⇒ String
The description of the asset of the asset of the data product.
-
#entity_id ⇒ String
The entity ID of the asset of the asset of the data product.
-
#entity_revision ⇒ String
The revision of the asset of the asset of the data product.
-
#glossary_terms ⇒ Array<Types::DetailedGlossaryTerm>
The glossary terms of the asset of the asset of the data product.
-
#items ⇒ Array<Types::ListingSummaryItem>
The data of the asset of the data product.
-
#listing_created_by ⇒ String
The timestamp at which the listing was created.
-
#listing_id ⇒ String
The ID of the listing.
-
#listing_revision ⇒ String
The revision of the listing.
-
#listing_updated_by ⇒ String
The user who updated the listing.
-
#name ⇒ String
The name of the asset of the data product.
-
#owning_project_id ⇒ String
The ID of the owning project of the asset of the data product.
Instance Attribute Details
#additional_attributes ⇒ Types::DataProductListingItemAdditionalAttributes
The additional attributes of the asset of the data product.
4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4897 class DataProductListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :glossary_terms, :items, :listing_created_by, :listing_id, :listing_revision, :listing_updated_by, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#created_at ⇒ Time
The timestamp at which the asset of the data product listing was created.
4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4897 class DataProductListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :glossary_terms, :items, :listing_created_by, :listing_id, :listing_revision, :listing_updated_by, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
The description of the asset of the asset of the data product.
4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4897 class DataProductListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :glossary_terms, :items, :listing_created_by, :listing_id, :listing_revision, :listing_updated_by, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#entity_id ⇒ String
The entity ID of the asset of the asset of the data product.
4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4897 class DataProductListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :glossary_terms, :items, :listing_created_by, :listing_id, :listing_revision, :listing_updated_by, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#entity_revision ⇒ String
The revision of the asset of the asset of the data product.
4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4897 class DataProductListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :glossary_terms, :items, :listing_created_by, :listing_id, :listing_revision, :listing_updated_by, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#glossary_terms ⇒ Array<Types::DetailedGlossaryTerm>
The glossary terms of the asset of the asset of the data product.
4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4897 class DataProductListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :glossary_terms, :items, :listing_created_by, :listing_id, :listing_revision, :listing_updated_by, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#items ⇒ Array<Types::ListingSummaryItem>
The data of the asset of the data product.
4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4897 class DataProductListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :glossary_terms, :items, :listing_created_by, :listing_id, :listing_revision, :listing_updated_by, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#listing_created_by ⇒ String
The timestamp at which the listing was created.
4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4897 class DataProductListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :glossary_terms, :items, :listing_created_by, :listing_id, :listing_revision, :listing_updated_by, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#listing_id ⇒ String
The ID of the listing.
4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4897 class DataProductListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :glossary_terms, :items, :listing_created_by, :listing_id, :listing_revision, :listing_updated_by, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#listing_revision ⇒ String
The revision of the listing.
4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4897 class DataProductListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :glossary_terms, :items, :listing_created_by, :listing_id, :listing_revision, :listing_updated_by, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#listing_updated_by ⇒ String
The user who updated the listing.
4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4897 class DataProductListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :glossary_terms, :items, :listing_created_by, :listing_id, :listing_revision, :listing_updated_by, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of the asset of the data product.
4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4897 class DataProductListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :glossary_terms, :items, :listing_created_by, :listing_id, :listing_revision, :listing_updated_by, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#owning_project_id ⇒ String
The ID of the owning project of the asset of the data product.
4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4897 class DataProductListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :glossary_terms, :items, :listing_created_by, :listing_id, :listing_revision, :listing_updated_by, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |