Class: Aws::KafkaConnect::Types::DeleteConnectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::DeleteConnectorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_arn ⇒ String
The Amazon Resource Name (ARN) of the connector that you want to delete.
-
#current_version ⇒ String
The current version of the connector that you want to delete.
Instance Attribute Details
#connector_arn ⇒ String
The Amazon Resource Name (ARN) of the connector that you want to delete.
785 786 787 788 789 790 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 785 class DeleteConnectorRequest < Struct.new( :connector_arn, :current_version) SENSITIVE = [] include Aws::Structure end |
#current_version ⇒ String
The current version of the connector that you want to delete.
785 786 787 788 789 790 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 785 class DeleteConnectorRequest < Struct.new( :connector_arn, :current_version) SENSITIVE = [] include Aws::Structure end |