Class: Aws::KafkaConnect::Types::DeleteCustomPluginRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::DeleteCustomPluginRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_plugin_arn ⇒ String
The Amazon Resource Name (ARN) of the custom plugin that you want to delete.
Instance Attribute Details
#custom_plugin_arn ⇒ String
The Amazon Resource Name (ARN) of the custom plugin that you want to delete.
817 818 819 820 821 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 817 class DeleteCustomPluginRequest < Struct.new( :custom_plugin_arn) SENSITIVE = [] include Aws::Structure end |