Class: Aws::Types::InputUpdate
- Inherits:
-
Object
- Object
- Aws::Types::InputUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_id ⇒ ::String
Returns the value of attribute input_id.
-
#input_parallelism_update ⇒ Types::InputParallelismUpdate
Returns the value of attribute input_parallelism_update.
-
#input_processing_configuration_update ⇒ Types::InputProcessingConfigurationUpdate
Returns the value of attribute input_processing_configuration_update.
-
#input_schema_update ⇒ Types::InputSchemaUpdate
Returns the value of attribute input_schema_update.
-
#kinesis_firehose_input_update ⇒ Types::KinesisFirehoseInputUpdate
Returns the value of attribute kinesis_firehose_input_update.
-
#kinesis_streams_input_update ⇒ Types::KinesisStreamsInputUpdate
Returns the value of attribute kinesis_streams_input_update.
-
#name_prefix_update ⇒ ::String
Returns the value of attribute name_prefix_update.
Instance Attribute Details
#input_id ⇒ ::String
Returns the value of attribute input_id.
312 313 314 |
# File 'sig/types.rbs', line 312 def input_id @input_id end |
#input_parallelism_update ⇒ Types::InputParallelismUpdate
Returns the value of attribute input_parallelism_update.
318 319 320 |
# File 'sig/types.rbs', line 318 def input_parallelism_update @input_parallelism_update end |
#input_processing_configuration_update ⇒ Types::InputProcessingConfigurationUpdate
Returns the value of attribute input_processing_configuration_update.
314 315 316 |
# File 'sig/types.rbs', line 314 def input_processing_configuration_update @input_processing_configuration_update end |
#input_schema_update ⇒ Types::InputSchemaUpdate
Returns the value of attribute input_schema_update.
317 318 319 |
# File 'sig/types.rbs', line 317 def input_schema_update @input_schema_update end |
#kinesis_firehose_input_update ⇒ Types::KinesisFirehoseInputUpdate
Returns the value of attribute kinesis_firehose_input_update.
316 317 318 |
# File 'sig/types.rbs', line 316 def kinesis_firehose_input_update @kinesis_firehose_input_update end |
#kinesis_streams_input_update ⇒ Types::KinesisStreamsInputUpdate
Returns the value of attribute kinesis_streams_input_update.
315 316 317 |
# File 'sig/types.rbs', line 315 def kinesis_streams_input_update @kinesis_streams_input_update end |
#name_prefix_update ⇒ ::String
Returns the value of attribute name_prefix_update.
313 314 315 |
# File 'sig/types.rbs', line 313 def name_prefix_update @name_prefix_update end |