Class: Aws::DataZone::Types::AssetListingItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AssetListingItem
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The details of an asset published in an Amazon DataZone catalog.
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#additional_attributes ⇒ Types::AssetListingItemAdditionalAttributes
The additional attributes of an asset published in an Amazon DataZone catalog.
-
#created_at ⇒ Time
The timestamp of when an asset published in an Amazon DataZone catalog was created.
-
#description ⇒ String
The description of an asset published in an Amazon DataZone catalog.
-
#entity_id ⇒ String
The identifier of the inventory asset.
-
#entity_revision ⇒ String
The revision of the inventory asset.
-
#entity_type ⇒ String
The type of the inventory asset.
-
#glossary_terms ⇒ Array<Types::DetailedGlossaryTerm>
Glossary terms attached to the inventory asset.
-
#listing_created_by ⇒ String
The Amazon DataZone user who created the listing.
-
#listing_id ⇒ String
The identifier of the listing (asset published in Amazon DataZone catalog).
-
#listing_revision ⇒ String
The revision of the listing (asset published in Amazon DataZone catalog).
-
#listing_updated_by ⇒ String
The Amazon DataZone user who updated the listing.
-
#name ⇒ String
The name of the inventory asset.
-
#owning_project_id ⇒ String
The identifier of the project that owns the inventory asset.
Instance Attribute Details
#additional_attributes ⇒ Types::AssetListingItemAdditionalAttributes
The additional attributes of an asset published in an Amazon DataZone catalog.
850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 850 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :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 of when an asset published in an Amazon DataZone catalog was created.
850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 850 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :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 an asset published in an Amazon DataZone catalog.
850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 850 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :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 identifier of the inventory asset.
850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 850 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :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 inventory asset.
850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 850 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :listing_created_by, :listing_id, :listing_revision, :listing_updated_by, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#entity_type ⇒ String
The type of the inventory asset.
850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 850 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :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>
Glossary terms attached to the inventory asset.
850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 850 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :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 Amazon DataZone user who created the listing.
850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 850 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :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 identifier of the listing (asset published in Amazon DataZone catalog).
850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 850 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :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 (asset published in Amazon DataZone catalog).
850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 850 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :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 Amazon DataZone user who updated the listing.
850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 850 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :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 inventory asset.
850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 850 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :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 identifier of the project that owns the inventory asset.
850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 850 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :listing_created_by, :listing_id, :listing_revision, :listing_updated_by, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |