Class: Aws::Types::KafkaStreamingSourceOptions
- Inherits:
-
Object
- Object
- Aws::Types::KafkaStreamingSourceOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_record_timestamp ⇒ ::String
Returns the value of attribute add_record_timestamp.
-
#assign ⇒ ::String
Returns the value of attribute assign.
-
#bootstrap_servers ⇒ ::String
Returns the value of attribute bootstrap_servers.
-
#classification ⇒ ::String
Returns the value of attribute classification.
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
-
#emit_consumer_lag_metrics ⇒ ::String
Returns the value of attribute emit_consumer_lag_metrics.
-
#ending_offsets ⇒ ::String
Returns the value of attribute ending_offsets.
-
#include_headers ⇒ Boolean
Returns the value of attribute include_headers.
-
#max_offsets_per_trigger ⇒ ::Integer
Returns the value of attribute max_offsets_per_trigger.
-
#min_partitions ⇒ ::Integer
Returns the value of attribute min_partitions.
-
#num_retries ⇒ ::Integer
Returns the value of attribute num_retries.
-
#poll_timeout_ms ⇒ ::Integer
Returns the value of attribute poll_timeout_ms.
-
#retry_interval_ms ⇒ ::Integer
Returns the value of attribute retry_interval_ms.
-
#security_protocol ⇒ ::String
Returns the value of attribute security_protocol.
-
#starting_offsets ⇒ ::String
Returns the value of attribute starting_offsets.
-
#starting_timestamp ⇒ ::Time
Returns the value of attribute starting_timestamp.
-
#subscribe_pattern ⇒ ::String
Returns the value of attribute subscribe_pattern.
-
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
Instance Attribute Details
#add_record_timestamp ⇒ ::String
Returns the value of attribute add_record_timestamp.
5049 5050 5051 |
# File 'sig/types.rbs', line 5049 def @add_record_timestamp end |
#assign ⇒ ::String
Returns the value of attribute assign.
5037 5038 5039 |
# File 'sig/types.rbs', line 5037 def assign @assign end |
#bootstrap_servers ⇒ ::String
Returns the value of attribute bootstrap_servers.
5033 5034 5035 |
# File 'sig/types.rbs', line 5033 def bootstrap_servers @bootstrap_servers end |
#classification ⇒ ::String
Returns the value of attribute classification.
5039 5040 5041 |
# File 'sig/types.rbs', line 5039 def classification @classification end |
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
5035 5036 5037 |
# File 'sig/types.rbs', line 5035 def connection_name @connection_name end |
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
5040 5041 5042 |
# File 'sig/types.rbs', line 5040 def delimiter @delimiter end |
#emit_consumer_lag_metrics ⇒ ::String
Returns the value of attribute emit_consumer_lag_metrics.
5050 5051 5052 |
# File 'sig/types.rbs', line 5050 def emit_consumer_lag_metrics @emit_consumer_lag_metrics end |
#ending_offsets ⇒ ::String
Returns the value of attribute ending_offsets.
5042 5043 5044 |
# File 'sig/types.rbs', line 5042 def ending_offsets @ending_offsets end |
#include_headers ⇒ Boolean
Returns the value of attribute include_headers.
5048 5049 5050 |
# File 'sig/types.rbs', line 5048 def include_headers @include_headers end |
#max_offsets_per_trigger ⇒ ::Integer
Returns the value of attribute max_offsets_per_trigger.
5046 5047 5048 |
# File 'sig/types.rbs', line 5046 def max_offsets_per_trigger @max_offsets_per_trigger end |
#min_partitions ⇒ ::Integer
Returns the value of attribute min_partitions.
5047 5048 5049 |
# File 'sig/types.rbs', line 5047 def min_partitions @min_partitions end |
#num_retries ⇒ ::Integer
Returns the value of attribute num_retries.
5044 5045 5046 |
# File 'sig/types.rbs', line 5044 def num_retries @num_retries end |
#poll_timeout_ms ⇒ ::Integer
Returns the value of attribute poll_timeout_ms.
5043 5044 5045 |
# File 'sig/types.rbs', line 5043 def poll_timeout_ms @poll_timeout_ms end |
#retry_interval_ms ⇒ ::Integer
Returns the value of attribute retry_interval_ms.
5045 5046 5047 |
# File 'sig/types.rbs', line 5045 def retry_interval_ms @retry_interval_ms end |
#security_protocol ⇒ ::String
Returns the value of attribute security_protocol.
5034 5035 5036 |
# File 'sig/types.rbs', line 5034 def security_protocol @security_protocol end |
#starting_offsets ⇒ ::String
Returns the value of attribute starting_offsets.
5041 5042 5043 |
# File 'sig/types.rbs', line 5041 def starting_offsets @starting_offsets end |
#starting_timestamp ⇒ ::Time
Returns the value of attribute starting_timestamp.
5051 5052 5053 |
# File 'sig/types.rbs', line 5051 def @starting_timestamp end |
#subscribe_pattern ⇒ ::String
Returns the value of attribute subscribe_pattern.
5038 5039 5040 |
# File 'sig/types.rbs', line 5038 def subscribe_pattern @subscribe_pattern end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
5036 5037 5038 |
# File 'sig/types.rbs', line 5036 def topic_name @topic_name end |