Class: Aws::Kafka::Types::DeleteReplicatorResponse

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

Overview

Returns information about the deleted replicator.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#replicator_arnString

The Amazon Resource Name (ARN) of the replicator.

Returns:

  • (String)


1372
1373
1374
1375
1376
1377
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1372

class DeleteReplicatorResponse < Struct.new(
  :replicator_arn,
  :replicator_state)
  SENSITIVE = []
  include Aws::Structure
end

#replicator_stateString

The state of the replicator.

Returns:

  • (String)


1372
1373
1374
1375
1376
1377
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1372

class DeleteReplicatorResponse < Struct.new(
  :replicator_arn,
  :replicator_state)
  SENSITIVE = []
  include Aws::Structure
end