Class: Aws::Types::DocumentCharLocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#document_index::Integer

Returns the value of attribute document_index.

Returns:

  • (::Integer)


458
459
460
# File 'sig/types.rbs', line 458

def document_index
  @document_index
end

#end::Integer

Returns the value of attribute end.

Returns:

  • (::Integer)


460
461
462
# File 'sig/types.rbs', line 460

def end
  @end
end

#start::Integer

Returns the value of attribute start.

Returns:

  • (::Integer)


459
460
461
# File 'sig/types.rbs', line 459

def start
  @start
end