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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafkaconnect/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)


817
818
819
820
821
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 817

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