Class: Aws::Types::PipeSourceManagedStreamingKafkaParameters

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:topic_name, :consumer_group_id])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_size::Integer

Returns the value of attribute batch_size.

Returns:

  • (::Integer)


393
394
395
# File 'sig/types.rbs', line 393

def batch_size
  @batch_size
end

#consumer_group_id::String

Returns the value of attribute consumer_group_id.

Returns:

  • (::String)


395
396
397
# File 'sig/types.rbs', line 395

def consumer_group_id
  @consumer_group_id
end

#credentialsTypes::MSKAccessCredentials

Returns the value of attribute credentials.



396
397
398
# File 'sig/types.rbs', line 396

def credentials
  @credentials
end

#maximum_batching_window_in_seconds::Integer

Returns the value of attribute maximum_batching_window_in_seconds.

Returns:

  • (::Integer)


394
395
396
# File 'sig/types.rbs', line 394

def maximum_batching_window_in_seconds
  @maximum_batching_window_in_seconds
end

#starting_position"TRIM_HORIZON", "LATEST"

Returns the value of attribute starting_position.

Returns:

  • ("TRIM_HORIZON", "LATEST")


392
393
394
# File 'sig/types.rbs', line 392

def starting_position
  @starting_position
end

#topic_name::String

Returns the value of attribute topic_name.

Returns:

  • (::String)


391
392
393
# File 'sig/types.rbs', line 391

def topic_name
  @topic_name
end