Class: Aws::Types::SuppressionOptions

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:



1986
1987
1988
# File 'sig/types.rbs', line 1986

def suppressed_reasons
  @suppressed_reasons
end

#suppression_scope"ACCOUNT", "TENANT"

Returns the value of attribute suppression_scope.

Returns:



1987
1988
1989
# File 'sig/types.rbs', line 1987

def suppression_scope
  @suppression_scope
end

#validation_optionsTypes::SuppressionValidationOptions

Returns the value of attribute validation_options.

Returns:



1988
1989
1990
# File 'sig/types.rbs', line 1988

def validation_options
  @validation_options
end