Class: Aws::Types::PutSuppressedDestinationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#email_address::String

Returns the value of attribute email_address.

Returns:



1747
1748
1749
# File 'sig/types.rbs', line 1747

def email_address
  @email_address
end

#reason"BOUNCE", "COMPLAINT"

Returns the value of attribute reason.

Returns:



1748
1749
1750
# File 'sig/types.rbs', line 1748

def reason
  @reason
end

#tenant_name::String

Returns the value of attribute tenant_name.

Returns:



1749
1750
1751
# File 'sig/types.rbs', line 1749

def tenant_name
  @tenant_name
end