class Aws::Kafka::Types::UpdateBrokerTypeRequest

Request body for UpdateBrokerType.

@note When making an API call, you may pass UpdateBrokerTypeRequest

data as a hash:

    {
      cluster_arn: "__string", # required
      current_version: "__string", # required
      target_instance_type: "__string", # required
    }

@!attribute [rw] cluster_arn

@return [String]

@!attribute [rw] current_version

The current version of the cluster.
@return [String]

@!attribute [rw] target_instance_type

The Amazon MSK broker type that you want all of the brokers in this
cluster to be.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/UpdateBrokerTypeRequest AWS API Documentation

Constants

SENSITIVE