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.
246 247 248 |
# File 'sig/types.rbs', line 246 def in_app_stream_names @in_app_stream_names end |
#input_id ⇒ ::String
Returns the value of attribute input_id.
244 245 246 |
# File 'sig/types.rbs', line 244 def input_id @input_id end |
#input_parallelism ⇒ Types::InputParallelism
Returns the value of attribute input_parallelism.
251 252 253 |
# File 'sig/types.rbs', line 251 def input_parallelism @input_parallelism end |
#input_processing_configuration_description ⇒ Types::InputProcessingConfigurationDescription
Returns the value of attribute input_processing_configuration_description.
247 248 249 |
# File 'sig/types.rbs', line 247 def input_processing_configuration_description @input_processing_configuration_description end |
#input_schema ⇒ Types::SourceSchema
Returns the value of attribute input_schema.
250 251 252 |
# File 'sig/types.rbs', line 250 def input_schema @input_schema end |
#input_starting_position_configuration ⇒ Types::InputStartingPositionConfiguration
Returns the value of attribute input_starting_position_configuration.
252 253 254 |
# File 'sig/types.rbs', line 252 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.
249 250 251 |
# File 'sig/types.rbs', line 249 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.
248 249 250 |
# File 'sig/types.rbs', line 248 def kinesis_streams_input_description @kinesis_streams_input_description end |
#name_prefix ⇒ ::String
Returns the value of attribute name_prefix.
245 246 247 |
# File 'sig/types.rbs', line 245 def name_prefix @name_prefix end |