Class: Aws::Types::SuggestionMatch
- Inherits:
-
Object
- Object
- Aws::Types::SuggestionMatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#score ⇒ ::Integer
Returns the value of attribute score.
-
#suggestion ⇒ ::String
Returns the value of attribute suggestion.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
127 128 129 |
# File 'sig/types.rbs', line 127 def id @id end |
#score ⇒ ::Integer
Returns the value of attribute score.
126 127 128 |
# File 'sig/types.rbs', line 126 def score @score end |
#suggestion ⇒ ::String
Returns the value of attribute suggestion.
125 126 127 |
# File 'sig/types.rbs', line 125 def suggestion @suggestion end |