Class: Aws::Types::Entity
- Inherits:
-
Object
- Object
- Aws::Types::Entity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute attributes.
-
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
-
#category ⇒ "MEDICATION", ...
Returns the value of attribute category.
-
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
-
#id ⇒ ::Integer
Returns the value of attribute id.
-
#score ⇒ ::Float
Returns the value of attribute score.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#traits ⇒ ::Array[Types::Trait]
Returns the value of attribute traits.
-
#type ⇒ "NAME", ...
Returns the value of attribute type.
Instance Attribute Details
#attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute attributes.
153 154 155 |
# File 'sig/types.rbs', line 153 def attributes @attributes end |
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
146 147 148 |
# File 'sig/types.rbs', line 146 def begin_offset @begin_offset end |
#category ⇒ "MEDICATION", ...
Returns the value of attribute category.
150 151 152 |
# File 'sig/types.rbs', line 150 def category @category end |
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
147 148 149 |
# File 'sig/types.rbs', line 147 def end_offset @end_offset end |
#id ⇒ ::Integer
Returns the value of attribute id.
145 146 147 |
# File 'sig/types.rbs', line 145 def id @id end |
#score ⇒ ::Float
Returns the value of attribute score.
148 149 150 |
# File 'sig/types.rbs', line 148 def score @score end |
#text ⇒ ::String
Returns the value of attribute text.
149 150 151 |
# File 'sig/types.rbs', line 149 def text @text end |
#traits ⇒ ::Array[Types::Trait]
Returns the value of attribute traits.
152 153 154 |
# File 'sig/types.rbs', line 152 def traits @traits end |
#type ⇒ "NAME", ...
Returns the value of attribute type.
151 152 153 |
# File 'sig/types.rbs', line 151 def type @type end |