Class: Aws::DataZone::Types::DataProductResultItem

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

Overview

The data product.

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)


4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
# File 'lib/aws-sdk-datazone/types.rb', line 4227

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

#created_byString

The user who created the data product.

Returns:

  • (String)


4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
# File 'lib/aws-sdk-datazone/types.rb', line 4227

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

#descriptionString

The description of the data product.

Returns:

  • (String)


4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
# File 'lib/aws-sdk-datazone/types.rb', line 4227

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

#domain_idString

The ID of the domain where the data product lives.

Returns:

  • (String)


4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
# File 'lib/aws-sdk-datazone/types.rb', line 4227

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

#first_revision_created_atTime

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

Returns:

  • (Time)


4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
# File 'lib/aws-sdk-datazone/types.rb', line 4227

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

#first_revision_created_byString

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

Returns:

  • (String)


4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
# File 'lib/aws-sdk-datazone/types.rb', line 4227

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

#glossary_termsArray<String>

The glossary terms of the data product.

Returns:

  • (Array<String>)


4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
# File 'lib/aws-sdk-datazone/types.rb', line 4227

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

#idString

The ID of the data product.

Returns:

  • (String)


4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
# File 'lib/aws-sdk-datazone/types.rb', line 4227

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

#nameString

The name of the data product.

Returns:

  • (String)


4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
# File 'lib/aws-sdk-datazone/types.rb', line 4227

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

#owning_project_idString

The ID of the owning project of the data product.

Returns:

  • (String)


4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
# File 'lib/aws-sdk-datazone/types.rb', line 4227

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