Class: Aws::Types::BounceAction

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.



35
36
37
# File 'sig/types.rbs', line 35

def message
  @message
end

#sender::String

Returns the value of attribute sender.



36
37
38
# File 'sig/types.rbs', line 36

def sender
  @sender
end

#smtp_reply_code::String

Returns the value of attribute smtp_reply_code.



33
34
35
# File 'sig/types.rbs', line 33

def smtp_reply_code
  @smtp_reply_code
end

#status_code::String

Returns the value of attribute status_code.



34
35
36
# File 'sig/types.rbs', line 34

def status_code
  @status_code
end

#topic_arn::String

Returns the value of attribute topic_arn.



32
33
34
# File 'sig/types.rbs', line 32

def topic_arn
  @topic_arn
end