Class: Aws::Types::Range

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)


6983
6984
6985
# File 'sig/types.rbs', line 6983

def end
  @end
end

#start::Integer

Returns the value of attribute start.

Returns:

  • (::Integer)


6982
6983
6984
# File 'sig/types.rbs', line 6982

def start
  @start
end

#start_column::Integer

Returns the value of attribute start_column.

Returns:

  • (::Integer)


6984
6985
6986
# File 'sig/types.rbs', line 6984

def start_column
  @start_column
end