Class: Aws::DataZone::Types::CreateDataProductOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateDataProductOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name, :description]
Instance Attribute Summary collapse
-
#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 the first revision of the data product was created.
-
#first_revision_created_by ⇒ String
The user who created the first revision of the data product.
-
#forms_output ⇒ Array<Types::FormOutput>
The metadata forms of the data product.
-
#glossary_terms ⇒ Array<String>
The glossary terms of the data product.
-
#id ⇒ String
The ID of the data product.
-
#items ⇒ Array<Types::DataProductItem>
The data assets 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.
-
#revision ⇒ String
The revision of the data product.
-
#status ⇒ String
The status of the data product.
Instance Attribute Details
#created_at ⇒ Time
The timestamp at which the data product was created.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3180 class CreateDataProductOutput < Struct.new( :domain_id, :id, :revision, :owning_project_id, :name, :status, :description, :glossary_terms, :items, :forms_output, :created_at, :created_by, :first_revision_created_at, :first_revision_created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#created_by ⇒ String
The user who created the data product.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3180 class CreateDataProductOutput < Struct.new( :domain_id, :id, :revision, :owning_project_id, :name, :status, :description, :glossary_terms, :items, :forms_output, :created_at, :created_by, :first_revision_created_at, :first_revision_created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
The description of the data product.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3180 class CreateDataProductOutput < Struct.new( :domain_id, :id, :revision, :owning_project_id, :name, :status, :description, :glossary_terms, :items, :forms_output, :created_at, :created_by, :first_revision_created_at, :first_revision_created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#domain_id ⇒ String
The ID of the domain where the data product lives.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3180 class CreateDataProductOutput < Struct.new( :domain_id, :id, :revision, :owning_project_id, :name, :status, :description, :glossary_terms, :items, :forms_output, :created_at, :created_by, :first_revision_created_at, :first_revision_created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#first_revision_created_at ⇒ Time
The timestamp at which the first revision of the data product was created.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3180 class CreateDataProductOutput < Struct.new( :domain_id, :id, :revision, :owning_project_id, :name, :status, :description, :glossary_terms, :items, :forms_output, :created_at, :created_by, :first_revision_created_at, :first_revision_created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#first_revision_created_by ⇒ String
The user who created the first revision of the data product.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3180 class CreateDataProductOutput < Struct.new( :domain_id, :id, :revision, :owning_project_id, :name, :status, :description, :glossary_terms, :items, :forms_output, :created_at, :created_by, :first_revision_created_at, :first_revision_created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#forms_output ⇒ Array<Types::FormOutput>
The metadata forms of the data product.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3180 class CreateDataProductOutput < Struct.new( :domain_id, :id, :revision, :owning_project_id, :name, :status, :description, :glossary_terms, :items, :forms_output, :created_at, :created_by, :first_revision_created_at, :first_revision_created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#glossary_terms ⇒ Array<String>
The glossary terms of the data product.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3180 class CreateDataProductOutput < Struct.new( :domain_id, :id, :revision, :owning_project_id, :name, :status, :description, :glossary_terms, :items, :forms_output, :created_at, :created_by, :first_revision_created_at, :first_revision_created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#id ⇒ String
The ID of the data product.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3180 class CreateDataProductOutput < Struct.new( :domain_id, :id, :revision, :owning_project_id, :name, :status, :description, :glossary_terms, :items, :forms_output, :created_at, :created_by, :first_revision_created_at, :first_revision_created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#items ⇒ Array<Types::DataProductItem>
The data assets of the data product.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3180 class CreateDataProductOutput < Struct.new( :domain_id, :id, :revision, :owning_project_id, :name, :status, :description, :glossary_terms, :items, :forms_output, :created_at, :created_by, :first_revision_created_at, :first_revision_created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#name ⇒ String
The name of the data product.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3180 class CreateDataProductOutput < Struct.new( :domain_id, :id, :revision, :owning_project_id, :name, :status, :description, :glossary_terms, :items, :forms_output, :created_at, :created_by, :first_revision_created_at, :first_revision_created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#owning_project_id ⇒ String
The ID of the owning project of the data product.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3180 class CreateDataProductOutput < Struct.new( :domain_id, :id, :revision, :owning_project_id, :name, :status, :description, :glossary_terms, :items, :forms_output, :created_at, :created_by, :first_revision_created_at, :first_revision_created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#revision ⇒ String
The revision of the data product.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3180 class CreateDataProductOutput < Struct.new( :domain_id, :id, :revision, :owning_project_id, :name, :status, :description, :glossary_terms, :items, :forms_output, :created_at, :created_by, :first_revision_created_at, :first_revision_created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#status ⇒ String
The status of the data product.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3180 class CreateDataProductOutput < Struct.new( :domain_id, :id, :revision, :owning_project_id, :name, :status, :description, :glossary_terms, :items, :forms_output, :created_at, :created_by, :first_revision_created_at, :first_revision_created_by) SENSITIVE = [:name, :description] include Aws::Structure end |