Class: Aws::Kafka::Types::CreateReplicatorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::CreateReplicatorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Returns information about the created replicator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#replicator_arn ⇒ String
The Amazon Resource Name (ARN) of the replicator.
-
#replicator_name ⇒ String
Name of the replicator provided by the customer.
-
#replicator_state ⇒ String
State of the replicator.
Instance Attribute Details
#replicator_arn ⇒ String
The Amazon Resource Name (ARN) of the replicator.
1199 1200 1201 1202 1203 1204 1205 |
# File 'lib/aws-sdk-kafka/types.rb', line 1199 class CreateReplicatorResponse < Struct.new( :replicator_arn, :replicator_name, :replicator_state) SENSITIVE = [] include Aws::Structure end |
#replicator_name ⇒ String
Name of the replicator provided by the customer.
1199 1200 1201 1202 1203 1204 1205 |
# File 'lib/aws-sdk-kafka/types.rb', line 1199 class CreateReplicatorResponse < Struct.new( :replicator_arn, :replicator_name, :replicator_state) SENSITIVE = [] include Aws::Structure end |
#replicator_state ⇒ String
State of the replicator.
1199 1200 1201 1202 1203 1204 1205 |
# File 'lib/aws-sdk-kafka/types.rb', line 1199 class CreateReplicatorResponse < Struct.new( :replicator_arn, :replicator_name, :replicator_state) SENSITIVE = [] include Aws::Structure end |