Class: Aws::KafkaConnect::Types::PluginDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::PluginDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
The description of the plugin.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_plugin ⇒ Types::CustomPluginDescription
Details about a custom plugin.
Instance Attribute Details
#custom_plugin ⇒ Types::CustomPluginDescription
Details about a custom plugin.
1480 1481 1482 1483 1484 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1480 class PluginDescription < Struct.new( :custom_plugin) SENSITIVE = [] include Aws::Structure end |