Class: Aws::Types::DataProtection
- Inherits:
-
Object
- Object
- Aws::Types::DataProtection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "SUBSTITUTION", "HASH"
Returns the value of attribute action.
-
#exclude_rate_based_details ⇒ Boolean
Returns the value of attribute exclude_rate_based_details.
-
#exclude_rule_match_details ⇒ Boolean
Returns the value of attribute exclude_rule_match_details.
-
#field ⇒ Types::FieldToProtect
Returns the value of attribute field.
Instance Attribute Details
#action ⇒ "SUBSTITUTION", "HASH"
Returns the value of attribute action.
338 339 340 |
# File 'sig/types.rbs', line 338 def action @action end |
#exclude_rate_based_details ⇒ Boolean
Returns the value of attribute exclude_rate_based_details.
340 341 342 |
# File 'sig/types.rbs', line 340 def exclude_rate_based_details @exclude_rate_based_details end |
#exclude_rule_match_details ⇒ Boolean
Returns the value of attribute exclude_rule_match_details.
339 340 341 |
# File 'sig/types.rbs', line 339 def exclude_rule_match_details @exclude_rule_match_details end |
#field ⇒ Types::FieldToProtect
Returns the value of attribute field.
337 338 339 |
# File 'sig/types.rbs', line 337 def field @field end |