Class: Aws::DataZone::Types::DataProductItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DataProductItem
- Defined in:
- gems/aws-sdk-datazone/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.
4787 4788 4789 4790 4791 4792 4793 4794 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4787 class DataProductItem < Struct.new( :glossary_terms, :identifier, :item_type, :revision) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the data product.
4787 4788 4789 4790 4791 4792 4793 4794 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4787 class DataProductItem < Struct.new( :glossary_terms, :identifier, :item_type, :revision) SENSITIVE = [] include Aws::Structure end |
#item_type ⇒ String
The type of the data product.
4787 4788 4789 4790 4791 4792 4793 4794 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4787 class DataProductItem < Struct.new( :glossary_terms, :identifier, :item_type, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ String
The revision of the data product.
4787 4788 4789 4790 4791 4792 4793 4794 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4787 class DataProductItem < Struct.new( :glossary_terms, :identifier, :item_type, :revision) SENSITIVE = [] include Aws::Structure end |