Class: Aws::Types::ScanRange

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)


2848
2849
2850
# File 'sig/types.rbs', line 2848

def end
  @end
end

#start::Integer

Returns the value of attribute start.

Returns:

  • (::Integer)


2847
2848
2849
# File 'sig/types.rbs', line 2847

def start
  @start
end