Class: Aws::Types::KinesisStreamingSourceOptions
- Inherits:
-
Object
- Object
- Aws::Types::KinesisStreamingSourceOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_idle_time_between_reads ⇒ Boolean
Returns the value of attribute add_idle_time_between_reads.
-
#add_record_timestamp ⇒ ::String
Returns the value of attribute add_record_timestamp.
-
#avoid_empty_batches ⇒ Boolean
Returns the value of attribute avoid_empty_batches.
-
#classification ⇒ ::String
Returns the value of attribute classification.
-
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
-
#describe_shard_interval ⇒ ::Integer
Returns the value of attribute describe_shard_interval.
-
#emit_consumer_lag_metrics ⇒ ::String
Returns the value of attribute emit_consumer_lag_metrics.
-
#endpoint_url ⇒ ::String
Returns the value of attribute endpoint_url.
-
#fanout_consumer_arn ⇒ ::String
Returns the value of attribute fanout_consumer_arn.
-
#idle_time_between_reads_in_ms ⇒ ::Integer
Returns the value of attribute idle_time_between_reads_in_ms.
-
#max_fetch_records_per_shard ⇒ ::Integer
Returns the value of attribute max_fetch_records_per_shard.
-
#max_fetch_time_in_ms ⇒ ::Integer
Returns the value of attribute max_fetch_time_in_ms.
-
#max_record_per_read ⇒ ::Integer
Returns the value of attribute max_record_per_read.
-
#max_retry_interval_ms ⇒ ::Integer
Returns the value of attribute max_retry_interval_ms.
-
#num_retries ⇒ ::Integer
Returns the value of attribute num_retries.
-
#retry_interval_ms ⇒ ::Integer
Returns the value of attribute retry_interval_ms.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#role_session_name ⇒ ::String
Returns the value of attribute role_session_name.
-
#starting_position ⇒ "latest", ...
Returns the value of attribute starting_position.
-
#starting_timestamp ⇒ ::Time
Returns the value of attribute starting_timestamp.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
Instance Attribute Details
#add_idle_time_between_reads ⇒ Boolean
Returns the value of attribute add_idle_time_between_reads.
5051 5052 5053 |
# File 'sig/types.rbs', line 5051 def add_idle_time_between_reads @add_idle_time_between_reads end |
#add_record_timestamp ⇒ ::String
Returns the value of attribute add_record_timestamp.
5061 5062 5063 |
# File 'sig/types.rbs', line 5061 def @add_record_timestamp end |
#avoid_empty_batches ⇒ Boolean
Returns the value of attribute avoid_empty_batches.
5057 5058 5059 |
# File 'sig/types.rbs', line 5057 def avoid_empty_batches @avoid_empty_batches end |
#classification ⇒ ::String
Returns the value of attribute classification.
5045 5046 5047 |
# File 'sig/types.rbs', line 5045 def classification @classification end |
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
5046 5047 5048 |
# File 'sig/types.rbs', line 5046 def delimiter @delimiter end |
#describe_shard_interval ⇒ ::Integer
Returns the value of attribute describe_shard_interval.
5053 5054 5055 |
# File 'sig/types.rbs', line 5053 def describe_shard_interval @describe_shard_interval end |
#emit_consumer_lag_metrics ⇒ ::String
Returns the value of attribute emit_consumer_lag_metrics.
5062 5063 5064 |
# File 'sig/types.rbs', line 5062 def emit_consumer_lag_metrics @emit_consumer_lag_metrics end |
#endpoint_url ⇒ ::String
Returns the value of attribute endpoint_url.
5043 5044 5045 |
# File 'sig/types.rbs', line 5043 def endpoint_url @endpoint_url end |
#fanout_consumer_arn ⇒ ::String
Returns the value of attribute fanout_consumer_arn.
5064 5065 5066 |
# File 'sig/types.rbs', line 5064 def fanout_consumer_arn @fanout_consumer_arn end |
#idle_time_between_reads_in_ms ⇒ ::Integer
Returns the value of attribute idle_time_between_reads_in_ms.
5052 5053 5054 |
# File 'sig/types.rbs', line 5052 def idle_time_between_reads_in_ms @idle_time_between_reads_in_ms end |
#max_fetch_records_per_shard ⇒ ::Integer
Returns the value of attribute max_fetch_records_per_shard.
5049 5050 5051 |
# File 'sig/types.rbs', line 5049 def max_fetch_records_per_shard @max_fetch_records_per_shard end |
#max_fetch_time_in_ms ⇒ ::Integer
Returns the value of attribute max_fetch_time_in_ms.
5048 5049 5050 |
# File 'sig/types.rbs', line 5048 def max_fetch_time_in_ms @max_fetch_time_in_ms end |
#max_record_per_read ⇒ ::Integer
Returns the value of attribute max_record_per_read.
5050 5051 5052 |
# File 'sig/types.rbs', line 5050 def max_record_per_read @max_record_per_read end |
#max_retry_interval_ms ⇒ ::Integer
Returns the value of attribute max_retry_interval_ms.
5056 5057 5058 |
# File 'sig/types.rbs', line 5056 def max_retry_interval_ms @max_retry_interval_ms end |
#num_retries ⇒ ::Integer
Returns the value of attribute num_retries.
5054 5055 5056 |
# File 'sig/types.rbs', line 5054 def num_retries @num_retries end |
#retry_interval_ms ⇒ ::Integer
Returns the value of attribute retry_interval_ms.
5055 5056 5057 |
# File 'sig/types.rbs', line 5055 def retry_interval_ms @retry_interval_ms end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
5059 5060 5061 |
# File 'sig/types.rbs', line 5059 def role_arn @role_arn end |
#role_session_name ⇒ ::String
Returns the value of attribute role_session_name.
5060 5061 5062 |
# File 'sig/types.rbs', line 5060 def role_session_name @role_session_name end |
#starting_position ⇒ "latest", ...
Returns the value of attribute starting_position.
5047 5048 5049 |
# File 'sig/types.rbs', line 5047 def starting_position @starting_position end |
#starting_timestamp ⇒ ::Time
Returns the value of attribute starting_timestamp.
5063 5064 5065 |
# File 'sig/types.rbs', line 5063 def @starting_timestamp end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
5058 5059 5060 |
# File 'sig/types.rbs', line 5058 def stream_arn @stream_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
5044 5045 5046 |
# File 'sig/types.rbs', line 5044 def stream_name @stream_name end |