Class: Aws::SageMaker::Types::GetSearchSuggestionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#property_name_suggestionsArray<Types::PropertyNameSuggestion>

A list of property names for a Resource that match a SuggestionQuery.

Returns:



20032
20033
20034
20035
20036
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20032

class GetSearchSuggestionsResponse < Struct.new(
  :property_name_suggestions)
  SENSITIVE = []
  include Aws::Structure
end