Class: Aws::Kafka::Types::UpdateBrokerTypeRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kafka/types.rb

Overview

Request body for UpdateBrokerType.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString



3914
3915
3916
3917
3918
3919
3920
# File 'lib/aws-sdk-kafka/types.rb', line 3914

class UpdateBrokerTypeRequest < Struct.new(
  :cluster_arn,
  :current_version,
  :target_instance_type)
  SENSITIVE = []
  include Aws::Structure
end

#current_versionString

The current version of the cluster.



3914
3915
3916
3917
3918
3919
3920
# File 'lib/aws-sdk-kafka/types.rb', line 3914

class UpdateBrokerTypeRequest < Struct.new(
  :cluster_arn,
  :current_version,
  :target_instance_type)
  SENSITIVE = []
  include Aws::Structure
end

#target_instance_typeString

The Amazon MSK broker type that you want all of the brokers in this cluster to be.



3914
3915
3916
3917
3918
3919
3920
# File 'lib/aws-sdk-kafka/types.rb', line 3914

class UpdateBrokerTypeRequest < Struct.new(
  :cluster_arn,
  :current_version,
  :target_instance_type)
  SENSITIVE = []
  include Aws::Structure
end