Class: Aws::Types::UpdateReplicationInfoRequest

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::ConsumerGroupReplicationUpdate

Returns the value of attribute consumer_group_replication.



1700
1701
1702
# File 'sig/types.rbs', line 1700

def consumer_group_replication
  @consumer_group_replication
end

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


1701
1702
1703
# File 'sig/types.rbs', line 1701

def current_version
  @current_version
end

#log_deliveryTypes::LogDelivery

Returns the value of attribute log_delivery.

Returns:



1702
1703
1704
# File 'sig/types.rbs', line 1702

def log_delivery
  @log_delivery
end

#replicator_arn::String

Returns the value of attribute replicator_arn.

Returns:

  • (::String)


1703
1704
1705
# File 'sig/types.rbs', line 1703

def replicator_arn
  @replicator_arn
end

#source_kafka_cluster_arn::String

Returns the value of attribute source_kafka_cluster_arn.

Returns:

  • (::String)


1704
1705
1706
# File 'sig/types.rbs', line 1704

def source_kafka_cluster_arn
  @source_kafka_cluster_arn
end

#source_kafka_cluster_id::String

Returns the value of attribute source_kafka_cluster_id.

Returns:

  • (::String)


1705
1706
1707
# File 'sig/types.rbs', line 1705

def source_kafka_cluster_id
  @source_kafka_cluster_id
end

#target_kafka_cluster_arn::String

Returns the value of attribute target_kafka_cluster_arn.

Returns:

  • (::String)


1706
1707
1708
# File 'sig/types.rbs', line 1706

def target_kafka_cluster_arn
  @target_kafka_cluster_arn
end

#target_kafka_cluster_id::String

Returns the value of attribute target_kafka_cluster_id.

Returns:

  • (::String)


1707
1708
1709
# File 'sig/types.rbs', line 1707

def target_kafka_cluster_id
  @target_kafka_cluster_id
end

#topic_replicationTypes::TopicReplicationUpdate

Returns the value of attribute topic_replication.



1708
1709
1710
# File 'sig/types.rbs', line 1708

def topic_replication
  @topic_replication
end