Class: Aws::Types::PutAccountSuppressionAttributesRequest

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")])


1525
1526
1527
# File 'sig/types.rbs', line 1525

def suppressed_reasons
  @suppressed_reasons
end

#validation_attributesTypes::SuppressionValidationAttributes

Returns the value of attribute validation_attributes.



1526
1527
1528
# File 'sig/types.rbs', line 1526

def validation_attributes
  @validation_attributes
end