Class: Aws::Types::SuggestModel

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#found::Integer

Returns the value of attribute found.

Returns:



100
101
102
# File 'sig/types.rbs', line 100

def found
  @found
end

#query::String

Returns the value of attribute query.

Returns:



99
100
101
# File 'sig/types.rbs', line 99

def query
  @query
end

#suggestions::Array[Types::SuggestionMatch]

Returns the value of attribute suggestions.

Returns:



101
102
103
# File 'sig/types.rbs', line 101

def suggestions
  @suggestions
end