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.
743 744 745 |
# File 'sig/types.rbs', line 743 def input_id @input_id end |
#input_parallelism_update ⇒ Types::InputParallelismUpdate
Returns the value of attribute input_parallelism_update.
749 750 751 |
# File 'sig/types.rbs', line 749 def input_parallelism_update @input_parallelism_update end |
#input_processing_configuration_update ⇒ Types::InputProcessingConfigurationUpdate
Returns the value of attribute input_processing_configuration_update.
745 746 747 |
# File 'sig/types.rbs', line 745 def input_processing_configuration_update @input_processing_configuration_update end |
#input_schema_update ⇒ Types::InputSchemaUpdate
Returns the value of attribute input_schema_update.
748 749 750 |
# File 'sig/types.rbs', line 748 def input_schema_update @input_schema_update end |
#kinesis_firehose_input_update ⇒ Types::KinesisFirehoseInputUpdate
Returns the value of attribute kinesis_firehose_input_update.
747 748 749 |
# File 'sig/types.rbs', line 747 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.
746 747 748 |
# File 'sig/types.rbs', line 746 def kinesis_streams_input_update @kinesis_streams_input_update end |
#name_prefix_update ⇒ ::String
Returns the value of attribute name_prefix_update.
744 745 746 |
# File 'sig/types.rbs', line 744 def name_prefix_update @name_prefix_update end |