Class: Aws::Kafka::Types::UpdateReplicationInfoResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::UpdateReplicationInfoResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Updated Replication information of a replicator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#replicator_arn ⇒ String
The Amazon Resource Name (ARN) of the replicator.
-
#replicator_state ⇒ String
State of the replicator.
Instance Attribute Details
#replicator_arn ⇒ String
The Amazon Resource Name (ARN) of the replicator.
4340 4341 4342 4343 4344 4345 |
# File 'lib/aws-sdk-kafka/types.rb', line 4340 class UpdateReplicationInfoResponse < Struct.new( :replicator_arn, :replicator_state) SENSITIVE = [] include Aws::Structure end |
#replicator_state ⇒ String
State of the replicator.
4340 4341 4342 4343 4344 4345 |
# File 'lib/aws-sdk-kafka/types.rb', line 4340 class UpdateReplicationInfoResponse < Struct.new( :replicator_arn, :replicator_state) SENSITIVE = [] include Aws::Structure end |