Class: Aws::Connect::Types::DisassociateLambdaFunctionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DisassociateLambdaFunctionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#function_arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda function being disassociated.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
Instance Attribute Details
#function_arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda function being disassociated.
6826 6827 6828 6829 6830 6831 |
# File 'lib/aws-sdk-connect/types.rb', line 6826 class DisassociateLambdaFunctionRequest < Struct.new( :instance_id, :function_arn) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance..
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
6826 6827 6828 6829 6830 6831 |
# File 'lib/aws-sdk-connect/types.rb', line 6826 class DisassociateLambdaFunctionRequest < Struct.new( :instance_id, :function_arn) SENSITIVE = [] include Aws::Structure end |