Class: Aws::WorkSpacesWeb::Types::RedactionPlaceHolder
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::RedactionPlaceHolder
- 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
-
#redaction_place_holder_text ⇒ String
The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.
-
#redaction_place_holder_type ⇒ String
The redaction placeholder type that will replace the redacted text in session.
Instance Attribute Details
#redaction_place_holder_text ⇒ String
The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.
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_type ⇒ String
The redaction placeholder type that will replace the redacted text in session.
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 |