Class: Aws::Types::Document
- Inherits:
-
Object
- Object
- Aws::Types::Document
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#original_score ⇒ ::Float
Returns the value of attribute original_score.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#tokenized_body ⇒ ::Array[::String]
Returns the value of attribute tokenized_body.
-
#tokenized_title ⇒ ::Array[::String]
Returns the value of attribute tokenized_title.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
68 69 70 |
# File 'sig/types.rbs', line 68 def body @body end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
66 67 68 |
# File 'sig/types.rbs', line 66 def group_id @group_id end |
#id ⇒ ::String
Returns the value of attribute id.
65 66 67 |
# File 'sig/types.rbs', line 65 def id @id end |
#original_score ⇒ ::Float
Returns the value of attribute original_score.
71 72 73 |
# File 'sig/types.rbs', line 71 def original_score @original_score end |
#title ⇒ ::String
Returns the value of attribute title.
67 68 69 |
# File 'sig/types.rbs', line 67 def title @title end |
#tokenized_body ⇒ ::Array[::String]
Returns the value of attribute tokenized_body.
70 71 72 |
# File 'sig/types.rbs', line 70 def tokenized_body @tokenized_body end |
#tokenized_title ⇒ ::Array[::String]
Returns the value of attribute tokenized_title.
69 70 71 |
# File 'sig/types.rbs', line 69 def tokenized_title @tokenized_title end |