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.
-
#governed_glossary_terms ⇒ Array<Types::DetailedGlossaryTerm>
The restricted glossary terms associated with an 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.
1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1045 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :governed_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.
1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1045 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :governed_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.
1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1045 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :governed_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.
1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1045 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :governed_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.
1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1045 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :governed_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.
1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1045 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :governed_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.
1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1045 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :governed_glossary_terms, :listing_created_by, :listing_id, :listing_revision, :listing_updated_by, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#governed_glossary_terms ⇒ Array<Types::DetailedGlossaryTerm>
The restricted glossary terms associated with an asset.
1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1045 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :governed_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.
1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1045 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :governed_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).
1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1045 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :governed_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).
1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1045 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :governed_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.
1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1045 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :governed_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.
1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1045 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :governed_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.
1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1045 class AssetListingItem < Struct.new( :additional_attributes, :created_at, :description, :entity_id, :entity_revision, :entity_type, :glossary_terms, :governed_glossary_terms, :listing_created_by, :listing_id, :listing_revision, :listing_updated_by, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |