Class: Aws::Types::AssociateLambdaFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateLambdaFunctionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
342 343 344 |
# File 'sig/types.rbs', line 342 def client_token @client_token end |
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
341 342 343 |
# File 'sig/types.rbs', line 341 def function_arn @function_arn end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
340 341 342 |
# File 'sig/types.rbs', line 340 def instance_id @instance_id end |