Class: Aws::KafkaConnect::Types::CapacityDescription

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

Overview

A description of the connector's capacity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scalingTypes::AutoScalingDescription

Describes the connector's auto scaling capacity.



206
207
208
209
210
211
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 206

class CapacityDescription < Struct.new(
  :auto_scaling,
  :provisioned_capacity)
  SENSITIVE = []
  include Aws::Structure
end

#provisioned_capacityTypes::ProvisionedCapacityDescription

Describes a connector's provisioned capacity.



206
207
208
209
210
211
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 206

class CapacityDescription < Struct.new(
  :auto_scaling,
  :provisioned_capacity)
  SENSITIVE = []
  include Aws::Structure
end