Class: Aws::Types::InvokeLambdaAction
- Inherits:
-
Object
- Object
- Aws::Types::InvokeLambdaAction
- 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.
-
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
-
#invocation_type ⇒ "EVENT", "REQUEST_RESPONSE"
Returns the value of attribute invocation_type.
-
#retry_time_minutes ⇒ ::Integer
Returns the value of attribute retry_time_minutes.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#action_failure_policy ⇒ "CONTINUE", "DROP"
Returns the value of attribute action_failure_policy.
796 797 798 |
# File 'sig/types.rbs', line 796 def action_failure_policy @action_failure_policy end |
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
797 798 799 |
# File 'sig/types.rbs', line 797 def function_arn @function_arn end |
#invocation_type ⇒ "EVENT", "REQUEST_RESPONSE"
Returns the value of attribute invocation_type.
798 799 800 |
# File 'sig/types.rbs', line 798 def invocation_type @invocation_type end |
#retry_time_minutes ⇒ ::Integer
Returns the value of attribute retry_time_minutes.
800 801 802 |
# File 'sig/types.rbs', line 800 def retry_time_minutes @retry_time_minutes end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
799 800 801 |
# File 'sig/types.rbs', line 799 def role_arn @role_arn end |