Class: Aws::KafkaConnect::Types::DeleteCustomPluginResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_plugin_arnString

The Amazon Resource Name (ARN) of the custom plugin that you requested to delete.

Returns:

  • (String)


834
835
836
837
838
839
# File 'gems/aws-sdk-kafkaconnect/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_stateString

The state of the custom plugin.

Returns:

  • (String)


834
835
836
837
838
839
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 834

class DeleteCustomPluginResponse < Struct.new(
  :custom_plugin_arn,
  :custom_plugin_state)
  SENSITIVE = []
  include Aws::Structure
end