Class: Aws::Types::SuppressionOptions
- Inherits:
-
Object
- Object
- Aws::Types::SuppressionOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#suppressed_reasons ⇒ ::Array[("BOUNCE" | "COMPLAINT")]
Returns the value of attribute suppressed_reasons.
-
#suppression_scope ⇒ "ACCOUNT", "TENANT"
Returns the value of attribute suppression_scope.
-
#validation_options ⇒ Types::SuppressionValidationOptions
Returns the value of attribute validation_options.
Instance Attribute Details
#suppressed_reasons ⇒ ::Array[("BOUNCE" | "COMPLAINT")]
Returns the value of attribute suppressed_reasons.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def suppressed_reasons @suppressed_reasons end |
#suppression_scope ⇒ "ACCOUNT", "TENANT"
Returns the value of attribute suppression_scope.
1918 1919 1920 |
# File 'sig/types.rbs', line 1918 def suppression_scope @suppression_scope end |
#validation_options ⇒ Types::SuppressionValidationOptions
Returns the value of attribute validation_options.
1919 1920 1921 |
# File 'sig/types.rbs', line 1919 def @validation_options end |