Class: Aws::Types::SuppressedDestinationSummary

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:

  • (::String)


1888
1889
1890
# File 'sig/types.rbs', line 1888

def email_address
  @email_address
end

#last_update_time::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


1890
1891
1892
# File 'sig/types.rbs', line 1890

def last_update_time
  @last_update_time
end

#reason"BOUNCE", "COMPLAINT"

Returns the value of attribute reason.

Returns:

  • ("BOUNCE", "COMPLAINT")


1889
1890
1891
# File 'sig/types.rbs', line 1889

def reason
  @reason
end