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