Class: Aws::Types::Entity

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)


913
914
915
# File 'sig/types.rbs', line 913

def begin_offset
  @begin_offset
end

#block_references::Array[Types::BlockReference]

Returns the value of attribute block_references.

Returns:



915
916
917
# File 'sig/types.rbs', line 915

def block_references
  @block_references
end

#end_offset::Integer

Returns the value of attribute end_offset.

Returns:

  • (::Integer)


914
915
916
# File 'sig/types.rbs', line 914

def end_offset
  @end_offset
end

#score::Float

Returns the value of attribute score.

Returns:

  • (::Float)


910
911
912
# File 'sig/types.rbs', line 910

def score
  @score
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


912
913
914
# File 'sig/types.rbs', line 912

def text
  @text
end

#type"PERSON", ...

Returns the value of attribute type.

Returns:

  • ("PERSON", "LOCATION", "ORGANIZATION", "COMMERCIAL_ITEM", "EVENT", "DATE", "QUANTITY", "TITLE", "OTHER")


911
912
913
# File 'sig/types.rbs', line 911

def type
  @type
end