Class: Aws::KafkaConnect::Types::DeleteCustomPluginResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::DeleteCustomPluginResponse
- 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 requested to delete.
-
#custom_plugin_state ⇒ String
The state of the custom plugin.
Instance Attribute Details
#custom_plugin_arn ⇒ String
The Amazon Resource Name (ARN) of the custom plugin that you requested to delete.
834 835 836 837 838 839 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 834 class DeleteCustomPluginResponse < Struct.new( :custom_plugin_arn, :custom_plugin_state) SENSITIVE = [] include Aws::Structure end |
#custom_plugin_state ⇒ String
The state of the custom plugin.
834 835 836 837 838 839 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 834 class DeleteCustomPluginResponse < Struct.new( :custom_plugin_arn, :custom_plugin_state) SENSITIVE = [] include Aws::Structure end |