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)


1434
1435
1436
# File 'sig/types.rbs', line 1434

def end
  @end
end

#start::Integer

Returns the value of attribute start.

Returns:

  • (::Integer)


1435
1436
1437
# File 'sig/types.rbs', line 1435

def start
  @start
end

#start_column::Integer

Returns the value of attribute start_column.

Returns:

  • (::Integer)


1436
1437
1438
# File 'sig/types.rbs', line 1436

def start_column
  @start_column
end