Class: Aws::Types::SuppressedDestination

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributesTypes::SuppressedDestinationAttributes

Returns the value of attribute attributes.



1945
1946
1947
# File 'sig/types.rbs', line 1945

def attributes
  @attributes
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


1942
1943
1944
# File 'sig/types.rbs', line 1942

def email_address
  @email_address
end

#last_update_time::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


1944
1945
1946
# File 'sig/types.rbs', line 1944

def last_update_time
  @last_update_time
end

#reason"BOUNCE", "COMPLAINT"

Returns the value of attribute reason.

Returns:

  • ("BOUNCE", "COMPLAINT")


1943
1944
1945
# File 'sig/types.rbs', line 1943

def reason
  @reason
end

#tenant_name::String

Returns the value of attribute tenant_name.

Returns:

  • (::String)


1946
1947
1948
# File 'sig/types.rbs', line 1946

def tenant_name
  @tenant_name
end