Class: Aws::WorkSpacesWeb::Types::RedactionPlaceHolder

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspacesweb/types.rb

Overview

The redaction placeholder that will replace the redacted text in session.

Constant Summary collapse

SENSITIVE =
[:redaction_place_holder_text]

Instance Attribute Summary collapse

Instance Attribute Details

#redaction_place_holder_textString

The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.

Returns:

  • (String)


2927
2928
2929
2930
2931
2932
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2927

class RedactionPlaceHolder < Struct.new(
  :redaction_place_holder_text,
  :redaction_place_holder_type)
  SENSITIVE = [:redaction_place_holder_text]
  include Aws::Structure
end

#redaction_place_holder_typeString

The redaction placeholder type that will replace the redacted text in session.

Returns:

  • (String)


2927
2928
2929
2930
2931
2932
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2927

class RedactionPlaceHolder < Struct.new(
  :redaction_place_holder_text,
  :redaction_place_holder_type)
  SENSITIVE = [:redaction_place_holder_text]
  include Aws::Structure
end