Class: Aws::Types::Hit
- Inherits:
-
Object
- Object
- Aws::Types::Hit
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exprs ⇒ ::Hash[::String, ::String]
Returns the value of attribute exprs.
-
#fields ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute fields.
-
#highlights ⇒ ::Hash[::String, ::String]
Returns the value of attribute highlights.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#exprs ⇒ ::Hash[::String, ::String]
Returns the value of attribute exprs.
48 49 50 |
# File 'sig/types.rbs', line 48 def exprs @exprs end |
#fields ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute fields.
47 48 49 |
# File 'sig/types.rbs', line 47 def fields @fields end |
#highlights ⇒ ::Hash[::String, ::String]
Returns the value of attribute highlights.
49 50 51 |
# File 'sig/types.rbs', line 49 def highlights @highlights end |
#id ⇒ ::String
Returns the value of attribute id.
46 47 48 |
# File 'sig/types.rbs', line 46 def id @id end |