Class: Aws::Types::SuppressionAttributes
- Inherits:
-
Object
- Object
- Aws::Types::SuppressionAttributes
- 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.
-
#validation_attributes ⇒ Types::SuppressionValidationAttributes
Returns the value of attribute validation_attributes.
Instance Attribute Details
#suppressed_reasons ⇒ ::Array[("BOUNCE" | "COMPLAINT")]
Returns the value of attribute suppressed_reasons.
1964 1965 1966 |
# File 'sig/types.rbs', line 1964 def suppressed_reasons @suppressed_reasons end |
#validation_attributes ⇒ Types::SuppressionValidationAttributes
Returns the value of attribute validation_attributes.
1965 1966 1967 |
# File 'sig/types.rbs', line 1965 def validation_attributes @validation_attributes end |