Class: Aws::Types::ReceiptAction
- Inherits:
-
Object
- Object
- Aws::Types::ReceiptAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_header_action ⇒ Types::AddHeaderAction
Returns the value of attribute add_header_action.
-
#bounce_action ⇒ Types::BounceAction
Returns the value of attribute bounce_action.
-
#connect_action ⇒ Types::ConnectAction
Returns the value of attribute connect_action.
-
#lambda_action ⇒ Types::LambdaAction
Returns the value of attribute lambda_action.
-
#s3_action ⇒ Types::S3Action
Returns the value of attribute s3_action.
-
#sns_action ⇒ Types::SNSAction
Returns the value of attribute sns_action.
-
#stop_action ⇒ Types::StopAction
Returns the value of attribute stop_action.
-
#workmail_action ⇒ Types::WorkmailAction
Returns the value of attribute workmail_action.
Instance Attribute Details
#add_header_action ⇒ Types::AddHeaderAction
Returns the value of attribute add_header_action.
729 730 731 |
# File 'sig/types.rbs', line 729 def add_header_action @add_header_action end |
#bounce_action ⇒ Types::BounceAction
Returns the value of attribute bounce_action.
725 726 727 |
# File 'sig/types.rbs', line 725 def bounce_action @bounce_action end |
#connect_action ⇒ Types::ConnectAction
Returns the value of attribute connect_action.
731 732 733 |
# File 'sig/types.rbs', line 731 def connect_action @connect_action end |
#lambda_action ⇒ Types::LambdaAction
Returns the value of attribute lambda_action.
727 728 729 |
# File 'sig/types.rbs', line 727 def lambda_action @lambda_action end |
#s3_action ⇒ Types::S3Action
Returns the value of attribute s3_action.
724 725 726 |
# File 'sig/types.rbs', line 724 def s3_action @s3_action end |
#sns_action ⇒ Types::SNSAction
Returns the value of attribute sns_action.
730 731 732 |
# File 'sig/types.rbs', line 730 def sns_action @sns_action end |
#stop_action ⇒ Types::StopAction
Returns the value of attribute stop_action.
728 729 730 |
# File 'sig/types.rbs', line 728 def stop_action @stop_action end |
#workmail_action ⇒ Types::WorkmailAction
Returns the value of attribute workmail_action.
726 727 728 |
# File 'sig/types.rbs', line 726 def workmail_action @workmail_action end |