Class: Aws::Types::LambdaResource
- Inherits:
-
Object
- Object
- Aws::Types::LambdaResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_triggers ⇒ ::Array[Types::EventTriggerDefinition]
Returns the value of attribute event_triggers.
-
#lambda_arn ⇒ ::String
Returns the value of attribute lambda_arn.
Instance Attribute Details
#event_triggers ⇒ ::Array[Types::EventTriggerDefinition]
Returns the value of attribute event_triggers.
411 412 413 |
# File 'sig/types.rbs', line 411 def event_triggers @event_triggers end |
#lambda_arn ⇒ ::String
Returns the value of attribute lambda_arn.
410 411 412 |
# File 'sig/types.rbs', line 410 def lambda_arn @lambda_arn end |