Class: Aws::KafkaConnect::Types::CapacityUpdate
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::KafkaConnect::Types::CapacityUpdate
 
- Defined in:
- gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb
Overview
The target capacity for the connector. The capacity can be auto scaled or provisioned.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #auto_scaling  ⇒ Types::AutoScalingUpdate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The target auto scaling setting. 
- 
  
    
      #provisioned_capacity  ⇒ Types::ProvisionedCapacityUpdate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The target settings for provisioned capacity. 
Instance Attribute Details
#auto_scaling ⇒ Types::AutoScalingUpdate
The target auto scaling setting.
| 226 227 228 229 230 231 | # File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 226 class CapacityUpdate < Struct.new( :auto_scaling, :provisioned_capacity) SENSITIVE = [] include Aws::Structure end | 
#provisioned_capacity ⇒ Types::ProvisionedCapacityUpdate
The target settings for provisioned capacity.
| 226 227 228 229 230 231 | # File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 226 class CapacityUpdate < Struct.new( :auto_scaling, :provisioned_capacity) SENSITIVE = [] include Aws::Structure end |