Class: Aws::Types::ReplicationInfoDescription

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumer_group_replicationTypes::ConsumerGroupReplication

Returns the value of attribute consumer_group_replication.



1266
1267
1268
# File 'sig/types.rbs', line 1266

def consumer_group_replication
  @consumer_group_replication
end

#source_kafka_cluster_alias::String

Returns the value of attribute source_kafka_cluster_alias.

Returns:

  • (::String)


1267
1268
1269
# File 'sig/types.rbs', line 1267

def source_kafka_cluster_alias
  @source_kafka_cluster_alias
end

#target_compression_type"NONE", ...

Returns the value of attribute target_compression_type.

Returns:

  • ("NONE", "GZIP", "SNAPPY", "LZ4", "ZSTD")


1268
1269
1270
# File 'sig/types.rbs', line 1268

def target_compression_type
  @target_compression_type
end

#target_kafka_cluster_alias::String

Returns the value of attribute target_kafka_cluster_alias.

Returns:

  • (::String)


1269
1270
1271
# File 'sig/types.rbs', line 1269

def target_kafka_cluster_alias
  @target_kafka_cluster_alias
end

#topic_replicationTypes::TopicReplication

Returns the value of attribute topic_replication.



1270
1271
1272
# File 'sig/types.rbs', line 1270

def topic_replication
  @topic_replication
end