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:

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


1917
1918
1919
# File 'sig/types.rbs', line 1917

def suppressed_reasons
  @suppressed_reasons
end

#suppression_scope"ACCOUNT", "TENANT"

Returns the value of attribute suppression_scope.

Returns:

  • ("ACCOUNT", "TENANT")


1918
1919
1920
# File 'sig/types.rbs', line 1918

def suppression_scope
  @suppression_scope
end

#validation_optionsTypes::SuppressionValidationOptions

Returns the value of attribute validation_options.



1919
1920
1921
# File 'sig/types.rbs', line 1919

def validation_options
  @validation_options
end