Class: Aws::Kafka::Types::ReplicationInfoSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Kafka::Types::ReplicationInfoSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-kafka/types.rb
 
Overview
Summarized information of replication between clusters.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #source_kafka_cluster_alias  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The alias of the source Kafka cluster.
 - 
  
    
      #target_kafka_cluster_alias  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The alias of the target Kafka cluster.
 
Instance Attribute Details
#source_kafka_cluster_alias ⇒ String
The alias of the source Kafka cluster.
      3464 3465 3466 3467 3468 3469  | 
    
      # File 'lib/aws-sdk-kafka/types.rb', line 3464 class ReplicationInfoSummary < Struct.new( :source_kafka_cluster_alias, :target_kafka_cluster_alias) SENSITIVE = [] include Aws::Structure end  | 
  
#target_kafka_cluster_alias ⇒ String
The alias of the target Kafka cluster.
      3464 3465 3466 3467 3468 3469  | 
    
      # File 'lib/aws-sdk-kafka/types.rb', line 3464 class ReplicationInfoSummary < Struct.new( :source_kafka_cluster_alias, :target_kafka_cluster_alias) SENSITIVE = [] include Aws::Structure end  |