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.
5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5420 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.
5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5420 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.
5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5420 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.
5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5420 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.
5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5420 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.
5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5420 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.
5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5420 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.
5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5420 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.
5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5420 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.
5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5420 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.
5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5420 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.
5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5420 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.
5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5420 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 |