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)


3692
3693
3694
3695
3696
# File 'lib/aws-sdk-kafka/types.rb', line 3692

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