Class: Aws::Types::RedactionPlaceHolder

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:redaction_place_holder_text])

Instance Attribute Summary collapse

Instance Attribute Details

#redaction_place_holder_text::String

Returns the value of attribute redaction_place_holder_text.

Returns:

  • (::String)


1016
1017
1018
# File 'sig/types.rbs', line 1016

def redaction_place_holder_text
  @redaction_place_holder_text
end

#redaction_place_holder_type"CustomText"

Returns the value of attribute redaction_place_holder_type.

Returns:

  • ("CustomText")


1015
1016
1017
# File 'sig/types.rbs', line 1015

def redaction_place_holder_type
  @redaction_place_holder_type
end