Class: Aws::KafkaConnect::Types::CustomPluginDescription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb

Overview

Details about a custom plugin.

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)


638
639
640
641
642
643
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 638

class CustomPluginDescription < Struct.new(
  :custom_plugin_arn,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#revisionInteger

The revision of the custom plugin.

Returns:

  • (Integer)


638
639
640
641
642
643
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 638

class CustomPluginDescription < Struct.new(
  :custom_plugin_arn,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end