Class: Aws::Types::RelayAction
- Inherits:
-
Object
- Object
- Aws::Types::RelayAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_failure_policy ⇒ "CONTINUE", "DROP"
Returns the value of attribute action_failure_policy.
-
#mail_from ⇒ "REPLACE", "PRESERVE"
Returns the value of attribute mail_from.
-
#relay ⇒ ::String
Returns the value of attribute relay.
Instance Attribute Details
#action_failure_policy ⇒ "CONTINUE", "DROP"
Returns the value of attribute action_failure_policy.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def action_failure_policy @action_failure_policy end |
#mail_from ⇒ "REPLACE", "PRESERVE"
Returns the value of attribute mail_from.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def mail_from @mail_from end |
#relay ⇒ ::String
Returns the value of attribute relay.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def relay @relay end |