Class: Aws::KafkaConnect::Types::DeleteCustomPluginRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kafkaconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_plugin_arnString

The Amazon Resource Name (ARN) of the custom plugin that you want to delete.

Returns:

  • (String)


870
871
872
873
874
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 870

class DeleteCustomPluginRequest < Struct.new(
  :custom_plugin_arn)
  SENSITIVE = []
  include Aws::Structure
end