Class: Aws::DataZone::Types::DataProductItem

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

Overview

The data product.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#glossary_termsArray<String>

The glossary terms of the data product.

Returns:

  • (Array<String>)


4040
4041
4042
4043
4044
4045
4046
4047
# File 'lib/aws-sdk-datazone/types.rb', line 4040

class DataProductItem < Struct.new(
  :glossary_terms,
  :identifier,
  :item_type,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The ID of the data product.

Returns:

  • (String)


4040
4041
4042
4043
4044
4045
4046
4047
# File 'lib/aws-sdk-datazone/types.rb', line 4040

class DataProductItem < Struct.new(
  :glossary_terms,
  :identifier,
  :item_type,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#item_typeString

The type of the data product.

Returns:

  • (String)


4040
4041
4042
4043
4044
4045
4046
4047
# File 'lib/aws-sdk-datazone/types.rb', line 4040

class DataProductItem < Struct.new(
  :glossary_terms,
  :identifier,
  :item_type,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#revisionString

The revision of the data product.

Returns:

  • (String)


4040
4041
4042
4043
4044
4045
4046
4047
# File 'lib/aws-sdk-datazone/types.rb', line 4040

class DataProductItem < Struct.new(
  :glossary_terms,
  :identifier,
  :item_type,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end