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.



1677
1678
1679
1680
1681
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1677

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