Class: Aws::Types::SyntaxToken
- Inherits:
-
Object
- Object
- Aws::Types::SyntaxToken
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
-
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
-
#part_of_speech ⇒ Types::PartOfSpeechTag
Returns the value of attribute part_of_speech.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#token_id ⇒ ::Integer
Returns the value of attribute token_id.
Instance Attribute Details
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
1895 1896 1897 |
# File 'sig/types.rbs', line 1895 def begin_offset @begin_offset end |
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def end_offset @end_offset end |
#part_of_speech ⇒ Types::PartOfSpeechTag
Returns the value of attribute part_of_speech.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def part_of_speech @part_of_speech end |
#text ⇒ ::String
Returns the value of attribute text.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def text @text end |
#token_id ⇒ ::Integer
Returns the value of attribute token_id.
1893 1894 1895 |
# File 'sig/types.rbs', line 1893 def token_id @token_id end |