Class: Aws::Types::DisassociateLambdaFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateLambdaFunctionRequest
- 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.
2971 2972 2973 |
# File 'sig/types.rbs', line 2971 def client_token @client_token end |
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
2970 2971 2972 |
# File 'sig/types.rbs', line 2970 def function_arn @function_arn end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2969 2970 2971 |
# File 'sig/types.rbs', line 2969 def instance_id @instance_id end |