Class: Aws::Types::DocumentPageLocation

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)


483
484
485
# File 'sig/types.rbs', line 483

def document_index
  @document_index
end

#end::Integer

Returns the value of attribute end.

Returns:

  • (::Integer)


485
486
487
# File 'sig/types.rbs', line 485

def end
  @end
end

#start::Integer

Returns the value of attribute start.

Returns:

  • (::Integer)


484
485
486
# File 'sig/types.rbs', line 484

def start
  @start
end