Class: Aws::Types::SearchResultLocation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end::Integer

Returns the value of attribute end.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


1309
1310
1311
# File 'sig/types.rbs', line 1309

def start
  @start
end