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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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>)


5406
5407
5408
5409
5410
5411
5412
5413
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5406

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

#identifierString

The ID of the data product.

Returns:

  • (String)


5406
5407
5408
5409
5410
5411
5412
5413
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5406

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)


5406
5407
5408
5409
5410
5411
5412
5413
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5406

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

#revisionString

The revision of the data product.

Returns:

  • (String)


5406
5407
5408
5409
5410
5411
5412
5413
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5406

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