Class: Aws::Kafka::Types::UpdateBrokerTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::UpdateBrokerTypeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Request body for UpdateBrokerType.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #cluster_arn ⇒ String
-
#current_version ⇒ String
The current version of the cluster.
-
#target_instance_type ⇒ String
The Amazon MSK broker type that you want all of the brokers in this cluster to be.
Instance Attribute Details
#cluster_arn ⇒ String
3941 3942 3943 3944 3945 3946 3947 |
# File 'lib/aws-sdk-kafka/types.rb', line 3941 class UpdateBrokerTypeRequest < Struct.new( :cluster_arn, :current_version, :target_instance_type) SENSITIVE = [] include Aws::Structure end |
#current_version ⇒ String
The current version of the cluster.
3941 3942 3943 3944 3945 3946 3947 |
# File 'lib/aws-sdk-kafka/types.rb', line 3941 class UpdateBrokerTypeRequest < Struct.new( :cluster_arn, :current_version, :target_instance_type) SENSITIVE = [] include Aws::Structure end |
#target_instance_type ⇒ String
The Amazon MSK broker type that you want all of the brokers in this cluster to be.
3941 3942 3943 3944 3945 3946 3947 |
# File 'lib/aws-sdk-kafka/types.rb', line 3941 class UpdateBrokerTypeRequest < Struct.new( :cluster_arn, :current_version, :target_instance_type) SENSITIVE = [] include Aws::Structure end |