Class: Aws::DataZone::Types::DataProductListingItemAdditionalAttributes

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#formsString

The metadata forms of the asset of the data product.

Returns:

  • (String)


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_rationaleArray<Types::MatchRationaleItem>

List of rationales indicating why this item was matched by search.

Returns:



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