Class: Aws::Types::KafkaStreamingSourceOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_record_timestamp::String

Returns the value of attribute add_record_timestamp.

Returns:

  • (::String)


5059
5060
5061
# File 'sig/types.rbs', line 5059

def add_record_timestamp
  @add_record_timestamp
end

#assign::String

Returns the value of attribute assign.

Returns:

  • (::String)


5047
5048
5049
# File 'sig/types.rbs', line 5047

def assign
  @assign
end

#bootstrap_servers::String

Returns the value of attribute bootstrap_servers.

Returns:

  • (::String)


5043
5044
5045
# File 'sig/types.rbs', line 5043

def bootstrap_servers
  @bootstrap_servers
end

#classification::String

Returns the value of attribute classification.

Returns:

  • (::String)


5049
5050
5051
# File 'sig/types.rbs', line 5049

def classification
  @classification
end

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


5045
5046
5047
# File 'sig/types.rbs', line 5045

def connection_name
  @connection_name
end

#delimiter::String

Returns the value of attribute delimiter.

Returns:

  • (::String)


5050
5051
5052
# File 'sig/types.rbs', line 5050

def delimiter
  @delimiter
end

#emit_consumer_lag_metrics::String

Returns the value of attribute emit_consumer_lag_metrics.

Returns:

  • (::String)


5060
5061
5062
# File 'sig/types.rbs', line 5060

def emit_consumer_lag_metrics
  @emit_consumer_lag_metrics
end

#ending_offsets::String

Returns the value of attribute ending_offsets.

Returns:

  • (::String)


5052
5053
5054
# File 'sig/types.rbs', line 5052

def ending_offsets
  @ending_offsets
end

#include_headersBoolean

Returns the value of attribute include_headers.

Returns:

  • (Boolean)


5058
5059
5060
# File 'sig/types.rbs', line 5058

def include_headers
  @include_headers
end

#max_offsets_per_trigger::Integer

Returns the value of attribute max_offsets_per_trigger.

Returns:

  • (::Integer)


5056
5057
5058
# File 'sig/types.rbs', line 5056

def max_offsets_per_trigger
  @max_offsets_per_trigger
end

#min_partitions::Integer

Returns the value of attribute min_partitions.

Returns:

  • (::Integer)


5057
5058
5059
# File 'sig/types.rbs', line 5057

def min_partitions
  @min_partitions
end

#num_retries::Integer

Returns the value of attribute num_retries.

Returns:

  • (::Integer)


5054
5055
5056
# File 'sig/types.rbs', line 5054

def num_retries
  @num_retries
end

#poll_timeout_ms::Integer

Returns the value of attribute poll_timeout_ms.

Returns:

  • (::Integer)


5053
5054
5055
# File 'sig/types.rbs', line 5053

def poll_timeout_ms
  @poll_timeout_ms
end

#retry_interval_ms::Integer

Returns the value of attribute retry_interval_ms.

Returns:

  • (::Integer)


5055
5056
5057
# File 'sig/types.rbs', line 5055

def retry_interval_ms
  @retry_interval_ms
end

#security_protocol::String

Returns the value of attribute security_protocol.

Returns:

  • (::String)


5044
5045
5046
# File 'sig/types.rbs', line 5044

def security_protocol
  @security_protocol
end

#starting_offsets::String

Returns the value of attribute starting_offsets.

Returns:

  • (::String)


5051
5052
5053
# File 'sig/types.rbs', line 5051

def starting_offsets
  @starting_offsets
end

#starting_timestamp::Time

Returns the value of attribute starting_timestamp.

Returns:

  • (::Time)


5061
5062
5063
# File 'sig/types.rbs', line 5061

def starting_timestamp
  @starting_timestamp
end

#subscribe_pattern::String

Returns the value of attribute subscribe_pattern.

Returns:

  • (::String)


5048
5049
5050
# File 'sig/types.rbs', line 5048

def subscribe_pattern
  @subscribe_pattern
end

#topic_name::String

Returns the value of attribute topic_name.

Returns:

  • (::String)


5046
5047
5048
# File 'sig/types.rbs', line 5046

def topic_name
  @topic_name
end