Class: Aws::Types::RelayAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_failure_policy"CONTINUE", "DROP"

Returns the value of attribute action_failure_policy.

Returns:

  • ("CONTINUE", "DROP")


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.

Returns:

  • ("REPLACE", "PRESERVE")


1062
1063
1064
# File 'sig/types.rbs', line 1062

def mail_from
  @mail_from
end

#relay::String

Returns the value of attribute relay.

Returns:

  • (::String)


1061
1062
1063
# File 'sig/types.rbs', line 1061

def relay
  @relay
end