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:



20056
20057
20058
20059
20060
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20056

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