Class: Aws::Kafka::Types::ReplicationInfoSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb

Overview

Summarized information of replication between clusters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_kafka_cluster_aliasString

The alias of the source Kafka cluster.

Returns:

  • (String)


3435
3436
3437
3438
3439
3440
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3435

class ReplicationInfoSummary < Struct.new(
  :source_kafka_cluster_alias,
  :target_kafka_cluster_alias)
  SENSITIVE = []
  include Aws::Structure
end

#target_kafka_cluster_aliasString

The alias of the target Kafka cluster.

Returns:

  • (String)


3435
3436
3437
3438
3439
3440
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3435

class ReplicationInfoSummary < Struct.new(
  :source_kafka_cluster_alias,
  :target_kafka_cluster_alias)
  SENSITIVE = []
  include Aws::Structure
end