Class: Aws::Types::DocumentTypeListItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#page::Integer

Returns the value of attribute page.

Returns:

  • (::Integer)


823
824
825
# File 'sig/types.rbs', line 823

def page
  @page
end

#type"NATIVE_PDF", ...

Returns the value of attribute type.

Returns:

  • ("NATIVE_PDF", "SCANNED_PDF", "MS_WORD", "IMAGE", "PLAIN_TEXT", "TEXTRACT_DETECT_DOCUMENT_TEXT_JSON", "TEXTRACT_ANALYZE_DOCUMENT_JSON")


824
825
826
# File 'sig/types.rbs', line 824

def type
  @type
end