Class: Aws::Types::FixedSizeChunkingConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_tokens::Integer

Returns the value of attribute max_tokens.

Returns:

  • (::Integer)


939
940
941
# File 'sig/types.rbs', line 939

def max_tokens
  @max_tokens
end

#overlap_percentage::Integer

Returns the value of attribute overlap_percentage.

Returns:

  • (::Integer)


940
941
942
# File 'sig/types.rbs', line 940

def overlap_percentage
  @overlap_percentage
end