Class: Aws::Types::Attribute
- Inherits:
-
Object
- Object
- Aws::Types::Attribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#relationship_score ⇒ ::Float
Returns the value of attribute relationship_score.
-
#relationship_type ⇒ "EVERY", ...
Returns the value of attribute relationship_type.
-
#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
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
17 18 19 |
# File 'sig/types.rbs', line 17 def begin_offset @begin_offset end |
#category ⇒ "MEDICATION", ...
Returns the value of attribute category.
20 21 22 |
# File 'sig/types.rbs', line 20 def category @category end |
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
18 19 20 |
# File 'sig/types.rbs', line 18 def end_offset @end_offset end |
#id ⇒ ::Integer
Returns the value of attribute id.
16 17 18 |
# File 'sig/types.rbs', line 16 def id @id end |
#relationship_score ⇒ ::Float
Returns the value of attribute relationship_score.
14 15 16 |
# File 'sig/types.rbs', line 14 def relationship_score @relationship_score end |
#relationship_type ⇒ "EVERY", ...
Returns the value of attribute relationship_type.
15 16 17 |
# File 'sig/types.rbs', line 15 def relationship_type @relationship_type end |
#score ⇒ ::Float
Returns the value of attribute score.
13 14 15 |
# File 'sig/types.rbs', line 13 def score @score end |
#text ⇒ ::String
Returns the value of attribute text.
19 20 21 |
# File 'sig/types.rbs', line 19 def text @text end |
#traits ⇒ ::Array[Types::Trait]
Returns the value of attribute traits.
21 22 23 |
# File 'sig/types.rbs', line 21 def traits @traits end |
#type ⇒ "NAME", ...
Returns the value of attribute type.
12 13 14 |
# File 'sig/types.rbs', line 12 def type @type end |