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.
| 672 673 674 675 676 677 | # File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 672 class CustomPlugin < Struct.new( :custom_plugin_arn, :revision) SENSITIVE = [] include Aws::Structure end | 
#revision ⇒ Integer
The revision of the custom plugin.
| 672 673 674 675 676 677 | # File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 672 class CustomPlugin < Struct.new( :custom_plugin_arn, :revision) SENSITIVE = [] include Aws::Structure end |