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)


2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'lib/aws-sdk-datazone/types.rb', line 2775

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)


2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'lib/aws-sdk-datazone/types.rb', line 2775

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)


2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'lib/aws-sdk-datazone/types.rb', line 2775

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:



2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'lib/aws-sdk-datazone/types.rb', line 2775

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>)


2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'lib/aws-sdk-datazone/types.rb', line 2775

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:



2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'lib/aws-sdk-datazone/types.rb', line 2775

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)


2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'lib/aws-sdk-datazone/types.rb', line 2775

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)


2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'lib/aws-sdk-datazone/types.rb', line 2775

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