Class: Aws::Types::PutTenantSuppressionAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutTenantSuppressionAttributesRequest
- 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.
-
#tenant_name ⇒ ::String
Returns the value of attribute tenant_name.
Instance Attribute Details
#suppressed_reasons ⇒ ::Array[("BOUNCE" | "COMPLAINT")]
Returns the value of attribute suppressed_reasons.
1758 1759 1760 |
# File 'sig/types.rbs', line 1758 def suppressed_reasons @suppressed_reasons end |
#suppression_scope ⇒ "ACCOUNT", "TENANT"
Returns the value of attribute suppression_scope.
1759 1760 1761 |
# File 'sig/types.rbs', line 1759 def suppression_scope @suppression_scope end |
#tenant_name ⇒ ::String
Returns the value of attribute tenant_name.
1757 1758 1759 |
# File 'sig/types.rbs', line 1757 def tenant_name @tenant_name end |