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

Returns:

  • (String)


3919
3920
3921
3922
3923
3924
3925
# File 'lib/aws-sdk-kafka/types.rb', line 3919

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

#current_versionString

The current version of the cluster.

Returns:

  • (String)


3919
3920
3921
3922
3923
3924
3925
# File 'lib/aws-sdk-kafka/types.rb', line 3919

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.

Returns:

  • (String)


3919
3920
3921
3922
3923
3924
3925
# File 'lib/aws-sdk-kafka/types.rb', line 3919

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