Class: Aws::SageMaker::Types::GetSearchSuggestionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::GetSearchSuggestionsResponse
- Defined in:
- gems/aws-sdk-sagemaker/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 aSuggestionQuery
.
Instance Attribute Details
#property_name_suggestions ⇒ Array<Types::PropertyNameSuggestion>
A list of property names for a Resource
that match a
SuggestionQuery
.
21317 21318 21319 21320 21321 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21317 class GetSearchSuggestionsResponse < Struct.new( :property_name_suggestions) SENSITIVE = [] include Aws::Structure end |