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.
5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5021 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.
5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5021 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.
5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5021 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.
5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5021 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.
5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5021 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.
5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5021 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.
5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5021 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.
5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5021 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.
5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5021 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.
5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5021 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.
5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5021 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.
5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5021 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.
5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5021 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 |