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.



1656
1657
1658
1659
1660
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1656

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