Class: Aws::DataZone::Types::DataProductItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DataProductItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The data product.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#glossary_terms ⇒ Array<String>
The glossary terms of the data product.
-
#identifier ⇒ String
The ID of the data product.
-
#item_type ⇒ String
The type of the data product.
-
#revision ⇒ String
The revision of the data product.
Instance Attribute Details
#glossary_terms ⇒ Array<String>
The glossary terms of the data product.
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 |
#identifier ⇒ String
The ID of the data product.
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_type ⇒ String
The type of the data product.
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 |
#revision ⇒ String
The revision of the data product.
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 |