Class: Aws::Types::RewriteConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#regex::String

Returns the value of attribute regex.

Returns:

  • (::String)


953
954
955
# File 'sig/types.rbs', line 953

def regex
  @regex
end

#replace::String

Returns the value of attribute replace.

Returns:

  • (::String)


954
955
956
# File 'sig/types.rbs', line 954

def replace
  @replace
end