Class: Aws::KafkaConnect::Types::CustomPlugin
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::CustomPlugin
- Defined in:
- gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb
Overview
A plugin is an Amazon Web Services resource that contains the code that defines a connector's logic.
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.
619 620 621 622 623 624 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 619 class CustomPlugin < Struct.new( :custom_plugin_arn, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ Integer
The revision of the custom plugin.
619 620 621 622 623 624 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 619 class CustomPlugin < Struct.new( :custom_plugin_arn, :revision) SENSITIVE = [] include Aws::Structure end |