Class: Aws::Types::SyntaxToken

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#begin_offset::Integer

Returns the value of attribute begin_offset.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


1896
1897
1898
# File 'sig/types.rbs', line 1896

def end_offset
  @end_offset
end

#part_of_speechTypes::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.

Returns:

  • (::String)


1894
1895
1896
# File 'sig/types.rbs', line 1894

def text
  @text
end

#token_id::Integer

Returns the value of attribute token_id.

Returns:

  • (::Integer)


1893
1894
1895
# File 'sig/types.rbs', line 1893

def token_id
  @token_id
end