Class: Aws::DataZone::Types::DataProductListingItemAdditionalAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DataProductListingItemAdditionalAttributes
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The additional attributes of the asset of the data product.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#forms ⇒ String
The metadata forms of the asset of the data product.
-
#match_rationale ⇒ Array<Types::MatchRationaleItem>
List of rationales indicating why this item was matched by search.
Instance Attribute Details
#forms ⇒ String
The metadata forms of the asset of the data product.
5356 5357 5358 5359 5360 5361 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5356 class DataProductListingItemAdditionalAttributes < Struct.new( :forms, :match_rationale) SENSITIVE = [] include Aws::Structure end |
#match_rationale ⇒ Array<Types::MatchRationaleItem>
List of rationales indicating why this item was matched by search.
5356 5357 5358 5359 5360 5361 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5356 class DataProductListingItemAdditionalAttributes < Struct.new( :forms, :match_rationale) SENSITIVE = [] include Aws::Structure end |