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.
| 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_rationale ⇒ Array<Types::MatchRationaleItem>
List of rationales indicating why this item was matched by search.
| 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 |