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.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def suppressed_reasons @suppressed_reasons end |
#suppression_scope ⇒ "ACCOUNT", "TENANT"
Returns the value of attribute suppression_scope.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def suppression_scope @suppression_scope end |
#tenant_name ⇒ ::String
Returns the value of attribute tenant_name.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def tenant_name @tenant_name end |