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:



2872
2873
2874
# File 'sig/types.rbs', line 2872

def end
  @end
end

#start::Integer

Returns the value of attribute start.

Returns:



2871
2872
2873
# File 'sig/types.rbs', line 2871

def start
  @start
end