Class: Aws::Types::CharacterOffsets

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#begin::Integer

Returns the value of attribute begin.

Returns:

  • (::Integer)


71
72
73
# File 'sig/types.rbs', line 71

def begin
  @begin
end

#end::Integer

Returns the value of attribute end.

Returns:

  • (::Integer)


72
73
74
# File 'sig/types.rbs', line 72

def end
  @end
end