Class: Aws::DataZone::Types::CreateDataProductInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:description, :forms_input, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)


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

#descriptionString

The description of the data product.

Returns:

  • (String)


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_identifierString

The ID of the domain where the data product is created.

Returns:

  • (String)


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_inputArray<Types::FormInput>

The metadata forms of the data product.

Returns:



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_termsArray<String>

The glossary terms of the data product.

Returns:

  • (Array<String>)


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

#itemsArray<Types::DataProductItem>

The data assets of the data product.

Returns:



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

#nameString

The name of the data product.

Returns:

  • (String)


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_identifierString

The ID of the owning project of the data product.

Returns:

  • (String)


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