Class: Aws::Types::RetrieveResultItem
- Inherits:
-
Object
- Object
- Aws::Types::RetrieveResultItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#document_attributes ⇒ ::Array[Types::DocumentAttribute]
Returns the value of attribute document_attributes.
-
#document_id ⇒ ::String
Returns the value of attribute document_id.
-
#document_title ⇒ ::String
Returns the value of attribute document_title.
-
#document_uri ⇒ ::String
Returns the value of attribute document_uri.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#score_attributes ⇒ Types::ScoreAttributes
Returns the value of attribute score_attributes.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
1693 1694 1695 |
# File 'sig/types.rbs', line 1693 def content @content end |
#document_attributes ⇒ ::Array[Types::DocumentAttribute]
Returns the value of attribute document_attributes.
1695 1696 1697 |
# File 'sig/types.rbs', line 1695 def document_attributes @document_attributes end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
1691 1692 1693 |
# File 'sig/types.rbs', line 1691 def document_id @document_id end |
#document_title ⇒ ::String
Returns the value of attribute document_title.
1692 1693 1694 |
# File 'sig/types.rbs', line 1692 def document_title @document_title end |
#document_uri ⇒ ::String
Returns the value of attribute document_uri.
1694 1695 1696 |
# File 'sig/types.rbs', line 1694 def document_uri @document_uri end |
#id ⇒ ::String
Returns the value of attribute id.
1690 1691 1692 |
# File 'sig/types.rbs', line 1690 def id @id end |
#score_attributes ⇒ Types::ScoreAttributes
Returns the value of attribute score_attributes.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def score_attributes @score_attributes end |