Class: Aws::KafkaConnect::Types::DescribeCustomPluginRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::KafkaConnect::Types::DescribeCustomPluginRequest
 
- Defined in:
- gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #custom_plugin_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns information about a custom plugin. 
Instance Attribute Details
#custom_plugin_arn ⇒ String
Returns information about a custom plugin.
| 1121 1122 1123 1124 1125 | # File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1121 class DescribeCustomPluginRequest < Struct.new( :custom_plugin_arn) SENSITIVE = [] include Aws::Structure end |