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)


1957
1958
1959
# File 'sig/types.rbs', line 1957

def email_address
  @email_address
end

#last_update_time::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


1959
1960
1961
# File 'sig/types.rbs', line 1959

def last_update_time
  @last_update_time
end

#reason"BOUNCE", "COMPLAINT"

Returns the value of attribute reason.

Returns:

  • ("BOUNCE", "COMPLAINT")


1958
1959
1960
# File 'sig/types.rbs', line 1958

def reason
  @reason
end