Class: Aws::Types::SuggestionMatch

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def id
  @id
end

#score::Integer

Returns the value of attribute score.

Returns:

  • (::Integer)


126
127
128
# File 'sig/types.rbs', line 126

def score
  @score
end

#suggestion::String

Returns the value of attribute suggestion.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def suggestion
  @suggestion
end