Class: Aws::SageMaker::Types::PropertyNameQuery

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Part of the SuggestionQuery type. Specifies a hint for retrieving property names that begin with the specified text.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#property_name_hintString

Text that begins a property's name.

Returns:

  • (String)


36024
36025
36026
36027
36028
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36024

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