Class: Aws::Types::PutConfigurationSetSuppressionOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutConfigurationSetSuppressionOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#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
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def configuration_set_name @configuration_set_name end |
#suppressed_reasons ⇒ ::Array[("BOUNCE" | "COMPLAINT")]
Returns the value of attribute suppressed_reasons.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def suppressed_reasons @suppressed_reasons end |
#suppression_scope ⇒ "ACCOUNT", "TENANT"
Returns the value of attribute suppression_scope.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 def suppression_scope @suppression_scope end |
#validation_options ⇒ Types::SuppressionValidationOptions
Returns the value of attribute validation_options.
1583 1584 1585 |
# File 'sig/types.rbs', line 1583 def @validation_options end |