Class: Aws::Types::RedactionPlaceHolder
- Inherits:
-
Object
- Object
- Aws::Types::RedactionPlaceHolder
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#redaction_place_holder_text ⇒ ::String
Returns the value of attribute redaction_place_holder_text.
-
#redaction_place_holder_type ⇒ "CustomText"
Returns the value of attribute redaction_place_holder_type.
Instance Attribute Details
#redaction_place_holder_text ⇒ ::String
Returns the value of attribute redaction_place_holder_text.
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.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def redaction_place_holder_type @redaction_place_holder_type end |