Class: Aws::SageMaker::Types::PropertyNameQuery
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::PropertyNameQuery
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - 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
- 
  
    
      #property_name_hint  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Text that begins a property’s name.
 
Instance Attribute Details
#property_name_hint ⇒ String
Text that begins a property’s name.
      39670 39671 39672 39673 39674  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 39670 class PropertyNameQuery < Struct.new( :property_name_hint) SENSITIVE = [] include Aws::Structure end  |