Class: Aws::Types::InputLambdaProcessorUpdate
- Inherits:
-
Object
- Object
- Aws::Types::InputLambdaProcessorUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_arn_update ⇒ ::String
Returns the value of attribute resource_arn_update.
-
#role_arn_update ⇒ ::String
Returns the value of attribute role_arn_update.
Instance Attribute Details
#resource_arn_update ⇒ ::String
Returns the value of attribute resource_arn_update.
269 270 271 |
# File 'sig/types.rbs', line 269 def resource_arn_update @resource_arn_update end |
#role_arn_update ⇒ ::String
Returns the value of attribute role_arn_update.
270 271 272 |
# File 'sig/types.rbs', line 270 def role_arn_update @role_arn_update end |