Class: Aws::DataZone::Types::DataProductResultItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DataProductResultItem
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The data product.
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#additional_attributes ⇒ Types::DataProductItemAdditionalAttributes
The additional attributes of an Amazon DataZone data product.
-
#created_at ⇒ Time
The timestamp at which the data product was created.
-
#created_by ⇒ String
The user who created the data product.
-
#description ⇒ String
The description of the data product.
-
#domain_id ⇒ String
The ID of the domain where the data product lives.
-
#first_revision_created_at ⇒ Time
The timestamp at which first revision of the data product was created.
-
#first_revision_created_by ⇒ String
The user who created the first revision of the data product.
-
#glossary_terms ⇒ Array<String>
The glossary terms of the data product.
-
#id ⇒ String
The ID of the data product.
-
#name ⇒ String
The name of the data product.
-
#owning_project_id ⇒ String
The ID of the owning project of the data product.
Instance Attribute Details
#additional_attributes ⇒ Types::DataProductItemAdditionalAttributes
The additional attributes of an Amazon DataZone data product.
5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5107 class DataProductResultItem < Struct.new( :additional_attributes, :created_at, :created_by, :description, :domain_id, :first_revision_created_at, :first_revision_created_by, :glossary_terms, :id, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#created_at ⇒ Time
The timestamp at which the data product was created.
5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5107 class DataProductResultItem < Struct.new( :additional_attributes, :created_at, :created_by, :description, :domain_id, :first_revision_created_at, :first_revision_created_by, :glossary_terms, :id, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#created_by ⇒ String
The user who created the data product.
5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5107 class DataProductResultItem < Struct.new( :additional_attributes, :created_at, :created_by, :description, :domain_id, :first_revision_created_at, :first_revision_created_by, :glossary_terms, :id, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
The description of the data product.
5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5107 class DataProductResultItem < Struct.new( :additional_attributes, :created_at, :created_by, :description, :domain_id, :first_revision_created_at, :first_revision_created_by, :glossary_terms, :id, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_id ⇒ String
The ID of the domain where the data product lives.
5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5107 class DataProductResultItem < Struct.new( :additional_attributes, :created_at, :created_by, :description, :domain_id, :first_revision_created_at, :first_revision_created_by, :glossary_terms, :id, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#first_revision_created_at ⇒ Time
The timestamp at which first revision of the data product was created.
5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5107 class DataProductResultItem < Struct.new( :additional_attributes, :created_at, :created_by, :description, :domain_id, :first_revision_created_at, :first_revision_created_by, :glossary_terms, :id, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#first_revision_created_by ⇒ String
The user who created the first revision of the data product.
5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5107 class DataProductResultItem < Struct.new( :additional_attributes, :created_at, :created_by, :description, :domain_id, :first_revision_created_at, :first_revision_created_by, :glossary_terms, :id, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#glossary_terms ⇒ Array<String>
The glossary terms of the data product.
5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5107 class DataProductResultItem < Struct.new( :additional_attributes, :created_at, :created_by, :description, :domain_id, :first_revision_created_at, :first_revision_created_by, :glossary_terms, :id, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#id ⇒ String
The ID of the data product.
5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5107 class DataProductResultItem < Struct.new( :additional_attributes, :created_at, :created_by, :description, :domain_id, :first_revision_created_at, :first_revision_created_by, :glossary_terms, :id, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of the data product.
5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5107 class DataProductResultItem < Struct.new( :additional_attributes, :created_at, :created_by, :description, :domain_id, :first_revision_created_at, :first_revision_created_by, :glossary_terms, :id, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#owning_project_id ⇒ String
The ID of the owning project of the data product.
5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5107 class DataProductResultItem < Struct.new( :additional_attributes, :created_at, :created_by, :description, :domain_id, :first_revision_created_at, :first_revision_created_by, :glossary_terms, :id, :name, :owning_project_id) SENSITIVE = [:description, :name] include Aws::Structure end |