Class: Aws::Types::ResultData
- Inherits:
-
Object
- Object
- Aws::Types::ResultData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ Types::DataSummary
Returns the value of attribute data.
-
#document ⇒ Types::Document
Returns the value of attribute document.
-
#relevance_score ⇒ ::Float
Returns the value of attribute relevance_score.
-
#result_id ⇒ ::String
Returns the value of attribute result_id.
-
#type ⇒ "KNOWLEDGE_CONTENT", ...
Returns the value of attribute type.
Instance Attribute Details
#data ⇒ Types::DataSummary
Returns the value of attribute data.
2559 2560 2561 |
# File 'sig/types.rbs', line 2559 def data @data end |
#document ⇒ Types::Document
Returns the value of attribute document.
2557 2558 2559 |
# File 'sig/types.rbs', line 2557 def document @document end |
#relevance_score ⇒ ::Float
Returns the value of attribute relevance_score.
2558 2559 2560 |
# File 'sig/types.rbs', line 2558 def relevance_score @relevance_score end |
#result_id ⇒ ::String
Returns the value of attribute result_id.
2556 2557 2558 |
# File 'sig/types.rbs', line 2556 def result_id @result_id end |
#type ⇒ "KNOWLEDGE_CONTENT", ...
Returns the value of attribute type.
2560 2561 2562 |
# File 'sig/types.rbs', line 2560 def type @type end |