Class: Aws::KafkaConnect::Types::PluginDescription

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

Overview

The description of the plugin.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_pluginTypes::CustomPluginDescription

Details about a custom plugin.



1480
1481
1482
1483
1484
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1480

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