class Aws::Connect::Types::DisassociateLambdaFunctionRequest

@note When making an API call, you may pass DisassociateLambdaFunctionRequest

data as a hash:

    {
      instance_id: "InstanceId", # required
      function_arn: "FunctionArn", # required
    }

@!attribute [rw] instance_id

The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance..
@return [String]

@!attribute [rw] function_arn

The Amazon Resource Name (ARN) of the Lambda function being
disassociated.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DisassociateLambdaFunctionRequest AWS API Documentation

Constants

SENSITIVE