Class: Aws::Types::DocumentChunkLocation

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)


465
466
467
# File 'sig/types.rbs', line 465

def document_index
  @document_index
end

#end::Integer

Returns the value of attribute end.

Returns:

  • (::Integer)


467
468
469
# File 'sig/types.rbs', line 467

def end
  @end
end

#start::Integer

Returns the value of attribute start.

Returns:

  • (::Integer)


466
467
468
# File 'sig/types.rbs', line 466

def start
  @start
end