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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#replicator_arnString

The Amazon Resource Name (ARN) of the replicator.

Returns:

  • (String)


1405
1406
1407
1408
1409
1410
# File 'lib/aws-sdk-kafka/types.rb', line 1405

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

#replicator_stateString

The state of the replicator.

Returns:

  • (String)


1405
1406
1407
1408
1409
1410
# File 'lib/aws-sdk-kafka/types.rb', line 1405

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