Class: Aws::Types::Entity
- Inherits:
-
Object
- Object
- Aws::Types::Entity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
-
#block_references ⇒ ::Array[Types::BlockReference]
Returns the value of attribute block_references.
-
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
-
#score ⇒ ::Float
Returns the value of attribute score.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#type ⇒ "PERSON", ...
Returns the value of attribute type.
Instance Attribute Details
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
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.
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.
914 915 916 |
# File 'sig/types.rbs', line 914 def end_offset @end_offset end |
#score ⇒ ::Float
Returns the value of attribute score.
910 911 912 |
# File 'sig/types.rbs', line 910 def score @score end |
#text ⇒ ::String
Returns the value of attribute text.
912 913 914 |
# File 'sig/types.rbs', line 912 def text @text end |
#type ⇒ "PERSON", ...
Returns the value of attribute type.
911 912 913 |
# File 'sig/types.rbs', line 911 def type @type end |