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`.
21317 21318 21319 21320 21321 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21317 class GetSearchSuggestionsResponse < Struct.new( :property_name_suggestions) SENSITIVE = [] include Aws::Structure end |