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

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

Instance Attribute Details

#typeString

The type of replication starting position.

Returns:

  • (String)


3451
3452
3453
3454
3455
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3451

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