Class: Aws::Types::TenantSuppressionAttributes

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#suppressed_reasons::Array[("BOUNCE" | "COMPLAINT")]

Returns the value of attribute suppressed_reasons.

Returns:

  • (::Array[("BOUNCE" | "COMPLAINT")])


2053
2054
2055
# File 'sig/types.rbs', line 2053

def suppressed_reasons
  @suppressed_reasons
end

#suppression_scope"ACCOUNT", "TENANT"

Returns the value of attribute suppression_scope.

Returns:

  • ("ACCOUNT", "TENANT")


2054
2055
2056
# File 'sig/types.rbs', line 2054

def suppression_scope
  @suppression_scope
end