Class: Aws::KafkaConnect::Types::CustomPlugin

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#custom_plugin_arnString

The Amazon Resource Name (ARN) of the custom plugin.

Returns:

  • (String)


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

#revisionInteger

The revision of the custom plugin.

Returns:

  • (Integer)


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