Class: Aws::Types::LambdaConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LambdaConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invocation_type ⇒ "ASYNC"
Returns the value of attribute invocation_type.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#invocation_type ⇒ "ASYNC"
Returns the value of attribute invocation_type.
545 546 547 |
# File 'sig/types.rbs', line 545 def invocation_type @invocation_type end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
544 545 546 |
# File 'sig/types.rbs', line 544 def resource_arn @resource_arn end |