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)


5578
5579
5580
5581
5582
5583
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5578

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:



5578
5579
5580
5581
5582
5583
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5578

class DataProductListingItemAdditionalAttributes < Struct.new(
  :forms,
  :match_rationale)
  SENSITIVE = []
  include Aws::Structure
end