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.
1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1142 class DescribeCustomPluginRequest < Struct.new( :custom_plugin_arn) SENSITIVE = [] include Aws::Structure end |