Class: Aws::Types::Span

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#endTypes::Position

Returns the value of attribute end.



1083
1084
1085
# File 'sig/types.rbs', line 1083

def end
  @end
end

#startTypes::Position

Returns the value of attribute start.



1082
1083
1084
# File 'sig/types.rbs', line 1082

def start
  @start
end