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
Resourcethat match aSuggestionQuery.
Instance Attribute Details
#property_name_suggestions ⇒ Array<Types::PropertyNameSuggestion>
A list of property names for a Resource that match a SuggestionQuery.
25619 25620 25621 25622 25623 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 25619 class GetSearchSuggestionsResponse < Struct.new( :property_name_suggestions) SENSITIVE = [] include Aws::Structure end |