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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/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)


3890
3891
3892
3893
3894
3895
3896
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3890

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)


3890
3891
3892
3893
3894
3895
3896
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3890

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)


3890
3891
3892
3893
3894
3895
3896
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3890

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