Class: Aws::Types::LambdaAction
- Inherits:
-
Object
- Object
- Aws::Types::LambdaAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
-
#invocation_type ⇒ "Event", "RequestResponse"
Returns the value of attribute invocation_type.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
Instance Attribute Details
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
575 576 577 |
# File 'sig/types.rbs', line 575 def function_arn @function_arn end |
#invocation_type ⇒ "Event", "RequestResponse"
Returns the value of attribute invocation_type.
576 577 578 |
# File 'sig/types.rbs', line 576 def invocation_type @invocation_type end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
574 575 576 |
# File 'sig/types.rbs', line 574 def topic_arn @topic_arn end |