Class: Aws::Kafka::Types::ReplicationStartingPosition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ReplicationStartingPosition
- Defined in:
- gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb
Overview
Configuration for specifying the position in the topics to start replicating from.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The type of replication starting position.
Instance Attribute Details
#type ⇒ String
The type of replication starting position.
3480 3481 3482 3483 3484 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3480 class ReplicationStartingPosition < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |