You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PropertyNameQuery as input to an Aws::Client method, you can use a vanilla Hash:

{
  property_name_hint: "PropertyNameHint", # required
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#property_name_hintString

Text that begins a property\'s name.

Returns:

  • (String)

    Text that begins a property\'s name.