Class: Aws::Types::Suggestion
- Inherits:
-
Object
- Object
- Aws::Types::Suggestion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#source_documents ⇒ ::Array[Types::SourceDocument]
Returns the value of attribute source_documents.
-
#value ⇒ Types::SuggestionValue
Returns the value of attribute value.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1949 1950 1951 |
# File 'sig/types.rbs', line 1949 def id @id end |
#source_documents ⇒ ::Array[Types::SourceDocument]
Returns the value of attribute source_documents.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 def source_documents @source_documents end |
#value ⇒ Types::SuggestionValue
Returns the value of attribute value.
1950 1951 1952 |
# File 'sig/types.rbs', line 1950 def value @value end |