Class: Aws::Kafka::Types::ReplicationStartingPosition

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#typeString

The type of replication starting position.

Returns:

  • (String)


3480
3481
3482
3483
3484
# File 'lib/aws-sdk-kafka/types.rb', line 3480

class ReplicationStartingPosition < Struct.new(
  :type)
  SENSITIVE = []
  include Aws::Structure
end