Class: Aws::Types::InputDescription
- Inherits:
-
Object
- Object
- Aws::Types::InputDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#in_app_stream_names ⇒ ::Array[::String]
Returns the value of attribute in_app_stream_names.
-
#input_id ⇒ ::String
Returns the value of attribute input_id.
-
#input_parallelism ⇒ Types::InputParallelism
Returns the value of attribute input_parallelism.
-
#input_processing_configuration_description ⇒ Types::InputProcessingConfigurationDescription
Returns the value of attribute input_processing_configuration_description.
-
#input_schema ⇒ Types::SourceSchema
Returns the value of attribute input_schema.
-
#input_starting_position_configuration ⇒ Types::InputStartingPositionConfiguration
Returns the value of attribute input_starting_position_configuration.
-
#kinesis_firehose_input_description ⇒ Types::KinesisFirehoseInputDescription
Returns the value of attribute kinesis_firehose_input_description.
-
#kinesis_streams_input_description ⇒ Types::KinesisStreamsInputDescription
Returns the value of attribute kinesis_streams_input_description.
-
#name_prefix ⇒ ::String
Returns the value of attribute name_prefix.
Instance Attribute Details
#in_app_stream_names ⇒ ::Array[::String]
Returns the value of attribute in_app_stream_names.
679 680 681 |
# File 'sig/types.rbs', line 679 def in_app_stream_names @in_app_stream_names end |
#input_id ⇒ ::String
Returns the value of attribute input_id.
677 678 679 |
# File 'sig/types.rbs', line 677 def input_id @input_id end |
#input_parallelism ⇒ Types::InputParallelism
Returns the value of attribute input_parallelism.
684 685 686 |
# File 'sig/types.rbs', line 684 def input_parallelism @input_parallelism end |
#input_processing_configuration_description ⇒ Types::InputProcessingConfigurationDescription
Returns the value of attribute input_processing_configuration_description.
680 681 682 |
# File 'sig/types.rbs', line 680 def input_processing_configuration_description @input_processing_configuration_description end |
#input_schema ⇒ Types::SourceSchema
Returns the value of attribute input_schema.
683 684 685 |
# File 'sig/types.rbs', line 683 def input_schema @input_schema end |
#input_starting_position_configuration ⇒ Types::InputStartingPositionConfiguration
Returns the value of attribute input_starting_position_configuration.
685 686 687 |
# File 'sig/types.rbs', line 685 def input_starting_position_configuration @input_starting_position_configuration end |
#kinesis_firehose_input_description ⇒ Types::KinesisFirehoseInputDescription
Returns the value of attribute kinesis_firehose_input_description.
682 683 684 |
# File 'sig/types.rbs', line 682 def kinesis_firehose_input_description @kinesis_firehose_input_description end |
#kinesis_streams_input_description ⇒ Types::KinesisStreamsInputDescription
Returns the value of attribute kinesis_streams_input_description.
681 682 683 |
# File 'sig/types.rbs', line 681 def kinesis_streams_input_description @kinesis_streams_input_description end |
#name_prefix ⇒ ::String
Returns the value of attribute name_prefix.
678 679 680 |
# File 'sig/types.rbs', line 678 def name_prefix @name_prefix end |