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.
691 692 693 694 695 696 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 691 class CustomPluginDescription < Struct.new( :custom_plugin_arn, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ Integer
The revision of the custom plugin.
691 692 693 694 695 696 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 691 class CustomPluginDescription < Struct.new( :custom_plugin_arn, :revision) SENSITIVE = [] include Aws::Structure end |