Class: Aws::KafkaConnect::Types::CustomPluginDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::CustomPluginDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
Details about a custom plugin.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_plugin_arn ⇒ String
The Amazon Resource Name (ARN) of the custom plugin.
-
#revision ⇒ Integer
The revision of the custom plugin.
Instance Attribute Details
#custom_plugin_arn ⇒ String
The Amazon Resource Name (ARN) of the custom plugin.
638 639 640 641 642 643 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 638 class CustomPluginDescription < Struct.new( :custom_plugin_arn, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ Integer
The revision of the custom plugin.
638 639 640 641 642 643 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 638 class CustomPluginDescription < Struct.new( :custom_plugin_arn, :revision) SENSITIVE = [] include Aws::Structure end |