Class: Aws::Types::TextDocumentStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#indexed_text_bytes::Integer

Returns the value of attribute indexed_text_bytes.

Returns:

  • (::Integer)


2013
2014
2015
# File 'sig/types.rbs', line 2013

def indexed_text_bytes
  @indexed_text_bytes
end

#indexed_text_documents_count::Integer

Returns the value of attribute indexed_text_documents_count.

Returns:

  • (::Integer)


2012
2013
2014
# File 'sig/types.rbs', line 2012

def indexed_text_documents_count
  @indexed_text_documents_count
end