Class: Aws::Types::GuardrailPiiEntity
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailPiiEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "BLOCK", ...
Returns the value of attribute action.
-
#input_action ⇒ "BLOCK", ...
Returns the value of attribute input_action.
-
#input_enabled ⇒ Boolean
Returns the value of attribute input_enabled.
-
#output_action ⇒ "BLOCK", ...
Returns the value of attribute output_action.
-
#output_enabled ⇒ Boolean
Returns the value of attribute output_enabled.
-
#type ⇒ "ADDRESS", ...
Returns the value of attribute type.
Instance Attribute Details
#action ⇒ "BLOCK", ...
Returns the value of attribute action.
2288 2289 2290 |
# File 'sig/types.rbs', line 2288 def action @action end |
#input_action ⇒ "BLOCK", ...
Returns the value of attribute input_action.
2289 2290 2291 |
# File 'sig/types.rbs', line 2289 def input_action @input_action end |
#input_enabled ⇒ Boolean
Returns the value of attribute input_enabled.
2291 2292 2293 |
# File 'sig/types.rbs', line 2291 def input_enabled @input_enabled end |
#output_action ⇒ "BLOCK", ...
Returns the value of attribute output_action.
2290 2291 2292 |
# File 'sig/types.rbs', line 2290 def output_action @output_action end |
#output_enabled ⇒ Boolean
Returns the value of attribute output_enabled.
2292 2293 2294 |
# File 'sig/types.rbs', line 2292 def output_enabled @output_enabled end |
#type ⇒ "ADDRESS", ...
Returns the value of attribute type.
2287 2288 2289 |
# File 'sig/types.rbs', line 2287 def type @type end |