Class: Aws::KafkaConnect::Types::DeleteConnectorResponse

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

#connector_arnString

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

Returns:

  • (String)


803
804
805
806
807
808
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 803

class DeleteConnectorResponse < Struct.new(
  :connector_arn,
  :connector_state)
  SENSITIVE = []
  include Aws::Structure
end

#connector_stateString

The state of the connector that you requested to delete.

Returns:

  • (String)


803
804
805
806
807
808
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 803

class DeleteConnectorResponse < Struct.new(
  :connector_arn,
  :connector_state)
  SENSITIVE = []
  include Aws::Structure
end