Class: Aws::Types::PreParseTextTransformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1277
1278
1279
# File 'sig/types.rbs', line 1277

def priority
  @priority
end

#type"NONE", ...

Returns the value of attribute type.

Returns:

  • ("NONE", "URL_DECODE", "URL_DECODE_UNI", "COMBINE_DUPLICATE_QUERY_ARGS_BY_COMMA", "REPLACE_SEMICOLONS_WITH_AMPERSANDS")


1278
1279
1280
# File 'sig/types.rbs', line 1278

def type
  @type
end