Class: Aws::Kafka::Types::DeleteReplicatorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::DeleteReplicatorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Returns information about the deleted replicator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#replicator_arn ⇒ String
The Amazon Resource Name (ARN) of the replicator.
-
#replicator_state ⇒ String
The state of the replicator.
Instance Attribute Details
#replicator_arn ⇒ String
The Amazon Resource Name (ARN) of the replicator.
1391 1392 1393 1394 1395 1396 |
# File 'lib/aws-sdk-kafka/types.rb', line 1391 class DeleteReplicatorResponse < Struct.new( :replicator_arn, :replicator_state) SENSITIVE = [] include Aws::Structure end |
#replicator_state ⇒ String
The state of the replicator.
1391 1392 1393 1394 1395 1396 |
# File 'lib/aws-sdk-kafka/types.rb', line 1391 class DeleteReplicatorResponse < Struct.new( :replicator_arn, :replicator_state) SENSITIVE = [] include Aws::Structure end |