Class: Aws::Types::LambdaOutputUpdate
- Inherits:
-
Object
- Object
- Aws::Types::LambdaOutputUpdate
- 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.
422 423 424 |
# File 'sig/types.rbs', line 422 def resource_arn_update @resource_arn_update end |
#role_arn_update ⇒ ::String
Returns the value of attribute role_arn_update.
423 424 425 |
# File 'sig/types.rbs', line 423 def role_arn_update @role_arn_update end |