Class: Aws::DataZone::Types::CreateDataProductOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[:description, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp at which the data product was created.

Returns:

  • (Time)


1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1695

class CreateDataProductOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :id,
  :items,
  :name,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#created_byString

The user who created the data product.

Returns:

  • (String)


1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1695

class CreateDataProductOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :id,
  :items,
  :name,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#descriptionString

The description of the data product.

Returns:

  • (String)


1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1695

class CreateDataProductOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :id,
  :items,
  :name,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#domain_idString

The ID of the domain where the data product lives.

Returns:

  • (String)


1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1695

class CreateDataProductOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :id,
  :items,
  :name,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#first_revision_created_atTime

The timestamp at which the first revision of the data product was created.

Returns:

  • (Time)


1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1695

class CreateDataProductOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :id,
  :items,
  :name,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#first_revision_created_byString

The user who created the first revision of the data product.

Returns:

  • (String)


1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1695

class CreateDataProductOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :id,
  :items,
  :name,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#forms_outputArray<Types::FormOutput>

The metadata forms of the data product.

Returns:



1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1695

class CreateDataProductOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :id,
  :items,
  :name,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#glossary_termsArray<String>

The glossary terms of the data product.

Returns:

  • (Array<String>)


1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1695

class CreateDataProductOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :id,
  :items,
  :name,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#idString

The ID of the data product.

Returns:

  • (String)


1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1695

class CreateDataProductOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :id,
  :items,
  :name,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#itemsArray<Types::DataProductItem>

The data assets of the data product.

Returns:



1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1695

class CreateDataProductOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :id,
  :items,
  :name,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#nameString

The name of the data product.

Returns:

  • (String)


1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1695

class CreateDataProductOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :id,
  :items,
  :name,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#owning_project_idString

The ID of the owning project of the data product.

Returns:

  • (String)


1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1695

class CreateDataProductOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :id,
  :items,
  :name,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#revisionString

The revision of the data product.

Returns:

  • (String)


1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1695

class CreateDataProductOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :id,
  :items,
  :name,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#statusString

The status of the data product.

Returns:

  • (String)


1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1695

class CreateDataProductOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :id,
  :items,
  :name,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end