Class: Aws::SageMaker::Types::GetSearchSuggestionsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::GetSearchSuggestionsResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #property_name_suggestions  ⇒ Array<Types::PropertyNameSuggestion> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of property names for a ‘Resource` that match a `SuggestionQuery`.
 
Instance Attribute Details
#property_name_suggestions ⇒ Array<Types::PropertyNameSuggestion>
A list of property names for a ‘Resource` that match a `SuggestionQuery`.
      22466 22467 22468 22469 22470  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22466 class GetSearchSuggestionsResponse < Struct.new( :property_name_suggestions) SENSITIVE = [] include Aws::Structure end  |