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.
5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5548 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.
5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5548 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.
5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5548 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.
5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5548 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.
5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5548 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.
5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5548 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.
5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5548 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.
5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5548 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.
5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5548 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.
5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5548 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.
5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5548 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.
5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5548 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.
5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5548 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 |