Class: Aws::KafkaConnect::Types::UpdateConnectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::UpdateConnectorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity ⇒ Types::CapacityUpdate
The target capacity.
-
#connector_arn ⇒ String
The Amazon Resource Name (ARN) of the connector that you want to update.
-
#current_version ⇒ String
The current version of the connector that you want to update.
Instance Attribute Details
#capacity ⇒ Types::CapacityUpdate
The target capacity.
1853 1854 1855 1856 1857 1858 1859 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1853 class UpdateConnectorRequest < Struct.new( :capacity, :connector_arn, :current_version) SENSITIVE = [] include Aws::Structure end |
#connector_arn ⇒ String
The Amazon Resource Name (ARN) of the connector that you want to update.
1853 1854 1855 1856 1857 1858 1859 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1853 class UpdateConnectorRequest < Struct.new( :capacity, :connector_arn, :current_version) SENSITIVE = [] include Aws::Structure end |
#current_version ⇒ String
The current version of the connector that you want to update.
1853 1854 1855 1856 1857 1858 1859 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1853 class UpdateConnectorRequest < Struct.new( :capacity, :connector_arn, :current_version) SENSITIVE = [] include Aws::Structure end |