Class: Aws::Types::PutConfigurationSetSuppressionOptionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_name::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


1630
1631
1632
# File 'sig/types.rbs', line 1630

def configuration_set_name
  @configuration_set_name
end

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

Returns the value of attribute suppressed_reasons.

Returns:

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


1632
1633
1634
# File 'sig/types.rbs', line 1632

def suppressed_reasons
  @suppressed_reasons
end

#suppression_scope"ACCOUNT", "TENANT"

Returns the value of attribute suppression_scope.

Returns:

  • ("ACCOUNT", "TENANT")


1631
1632
1633
# File 'sig/types.rbs', line 1631

def suppression_scope
  @suppression_scope
end

#validation_optionsTypes::SuppressionValidationOptions

Returns the value of attribute validation_options.



1633
1634
1635
# File 'sig/types.rbs', line 1633

def validation_options
  @validation_options
end