Class: Aws::DataZone::Types::CreateDataProductInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateDataProductInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :forms_input, :name]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
-
#description ⇒ String
The description of the data product.
-
#domain_identifier ⇒ String
The ID of the domain where the data product is created.
-
#forms_input ⇒ Array<Types::FormInput>
The metadata forms of the data product.
-
#glossary_terms ⇒ Array<String>
The glossary terms 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_identifier ⇒ String
The ID of the owning project of the data product.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'lib/aws-sdk-datazone/types.rb', line 1840 class CreateDataProductInput < Struct.new( :client_token, :description, :domain_identifier, :forms_input, :glossary_terms, :items, :name, :owning_project_identifier) SENSITIVE = [:description, :forms_input, :name] include Aws::Structure end |
#description ⇒ String
The description of the data product.
1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'lib/aws-sdk-datazone/types.rb', line 1840 class CreateDataProductInput < Struct.new( :client_token, :description, :domain_identifier, :forms_input, :glossary_terms, :items, :name, :owning_project_identifier) SENSITIVE = [:description, :forms_input, :name] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the domain where the data product is created.
1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'lib/aws-sdk-datazone/types.rb', line 1840 class CreateDataProductInput < Struct.new( :client_token, :description, :domain_identifier, :forms_input, :glossary_terms, :items, :name, :owning_project_identifier) SENSITIVE = [:description, :forms_input, :name] include Aws::Structure end |
#forms_input ⇒ Array<Types::FormInput>
The metadata forms of the data product.
1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'lib/aws-sdk-datazone/types.rb', line 1840 class CreateDataProductInput < Struct.new( :client_token, :description, :domain_identifier, :forms_input, :glossary_terms, :items, :name, :owning_project_identifier) SENSITIVE = [:description, :forms_input, :name] include Aws::Structure end |
#glossary_terms ⇒ Array<String>
The glossary terms of the data product.
1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'lib/aws-sdk-datazone/types.rb', line 1840 class CreateDataProductInput < Struct.new( :client_token, :description, :domain_identifier, :forms_input, :glossary_terms, :items, :name, :owning_project_identifier) SENSITIVE = [:description, :forms_input, :name] include Aws::Structure end |
#items ⇒ Array<Types::DataProductItem>
The data assets of the data product.
1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'lib/aws-sdk-datazone/types.rb', line 1840 class CreateDataProductInput < Struct.new( :client_token, :description, :domain_identifier, :forms_input, :glossary_terms, :items, :name, :owning_project_identifier) SENSITIVE = [:description, :forms_input, :name] include Aws::Structure end |
#name ⇒ String
The name of the data product.
1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'lib/aws-sdk-datazone/types.rb', line 1840 class CreateDataProductInput < Struct.new( :client_token, :description, :domain_identifier, :forms_input, :glossary_terms, :items, :name, :owning_project_identifier) SENSITIVE = [:description, :forms_input, :name] include Aws::Structure end |
#owning_project_identifier ⇒ String
The ID of the owning project of the data product.
1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'lib/aws-sdk-datazone/types.rb', line 1840 class CreateDataProductInput < Struct.new( :client_token, :description, :domain_identifier, :forms_input, :glossary_terms, :items, :name, :owning_project_identifier) SENSITIVE = [:description, :forms_input, :name] include Aws::Structure end |