Class: Aws::KafkaConnect::Types::Plugin

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

Overview

A plugin is an Amazon Web Services resource that contains the code that defines your connector logic.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_pluginTypes::CustomPlugin

Details about a custom plugin.

Returns:



1466
1467
1468
1469
1470
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1466

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