Class: Aws::Kafka::Types::UpdateBrokerTypeResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Kafka::Types::UpdateBrokerTypeResponse
 
 
- Defined in:
 - gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb
 
Overview
Response body for UpdateBrokerType.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the cluster.
 - 
  
    
      #cluster_operation_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the cluster operation.
 
Instance Attribute Details
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster.
      3961 3962 3963 3964 3965 3966  | 
    
      # File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3961 class UpdateBrokerTypeResponse < Struct.new( :cluster_arn, :cluster_operation_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#cluster_operation_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster operation.
      3961 3962 3963 3964 3965 3966  | 
    
      # File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3961 class UpdateBrokerTypeResponse < Struct.new( :cluster_arn, :cluster_operation_arn) SENSITIVE = [] include Aws::Structure end  |