Class: Aws::Types::PutAccountSuppressionAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAccountSuppressionAttributesRequest
- 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.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def suppressed_reasons @suppressed_reasons end |
#validation_attributes ⇒ Types::SuppressionValidationAttributes
Returns the value of attribute validation_attributes.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def validation_attributes @validation_attributes end |