Class: Aws::Types::Lambdas
- Inherits:
-
Object
- Object
- Aws::Types::Lambdas
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#cross_account_role ⇒ ::String
Returns the value of attribute cross_account_role.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
464 465 466 |
# File 'sig/types.rbs', line 464 def arn @arn end |
#cross_account_role ⇒ ::String
Returns the value of attribute cross_account_role.
462 463 464 |
# File 'sig/types.rbs', line 462 def cross_account_role @cross_account_role end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
463 464 465 |
# File 'sig/types.rbs', line 463 def external_id @external_id end |