Class: Aws::Types::SearchResultLocation
- Inherits:
-
Object
- Object
- Aws::Types::SearchResultLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end ⇒ ::Integer
Returns the value of attribute end.
-
#search_result_index ⇒ ::Integer
Returns the value of attribute search_result_index.
-
#start ⇒ ::Integer
Returns the value of attribute start.
Instance Attribute Details
#end ⇒ ::Integer
Returns the value of attribute end.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def end @end end |
#search_result_index ⇒ ::Integer
Returns the value of attribute search_result_index.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def search_result_index @search_result_index end |
#start ⇒ ::Integer
Returns the value of attribute start.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def start @start end |