Class: Aws::Types::DocumentLabel
- Inherits:
-
Object
- Object
- Aws::Types::DocumentLabel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#page ⇒ ::Integer
Returns the value of attribute page.
-
#score ⇒ ::Float
Returns the value of attribute score.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
803 804 805 |
# File 'sig/types.rbs', line 803 def name @name end |
#page ⇒ ::Integer
Returns the value of attribute page.
805 806 807 |
# File 'sig/types.rbs', line 805 def page @page end |
#score ⇒ ::Float
Returns the value of attribute score.
804 805 806 |
# File 'sig/types.rbs', line 804 def score @score end |