Class: Aws::Types::Hits
- Inherits:
-
Object
- Object
- Aws::Types::Hits
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cursor ⇒ ::String
Returns the value of attribute cursor.
-
#found ⇒ ::Integer
Returns the value of attribute found.
-
#hit ⇒ ::Array[Types::Hit]
Returns the value of attribute hit.
-
#start ⇒ ::Integer
Returns the value of attribute start.
Instance Attribute Details
#cursor ⇒ ::String
Returns the value of attribute cursor.
56 57 58 |
# File 'sig/types.rbs', line 56 def cursor @cursor end |
#found ⇒ ::Integer
Returns the value of attribute found.
54 55 56 |
# File 'sig/types.rbs', line 54 def found @found end |
#hit ⇒ ::Array[Types::Hit]
Returns the value of attribute hit.
57 58 59 |
# File 'sig/types.rbs', line 57 def hit @hit end |
#start ⇒ ::Integer
Returns the value of attribute start.
55 56 57 |
# File 'sig/types.rbs', line 55 def start @start end |