Class: Aws::Types::Input
- Inherits:
-
Object
- Object
- Aws::Types::Input
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_parallelism ⇒ Types::InputParallelism
Returns the value of attribute input_parallelism.
-
#input_processing_configuration ⇒ Types::InputProcessingConfiguration
Returns the value of attribute input_processing_configuration.
-
#input_schema ⇒ Types::SourceSchema
Returns the value of attribute input_schema.
-
#kinesis_firehose_input ⇒ Types::KinesisFirehoseInput
Returns the value of attribute kinesis_firehose_input.
-
#kinesis_streams_input ⇒ Types::KinesisStreamsInput
Returns the value of attribute kinesis_streams_input.
-
#name_prefix ⇒ ::String
Returns the value of attribute name_prefix.
Instance Attribute Details
#input_parallelism ⇒ Types::InputParallelism
Returns the value of attribute input_parallelism.
671 672 673 |
# File 'sig/types.rbs', line 671 def input_parallelism @input_parallelism end |
#input_processing_configuration ⇒ Types::InputProcessingConfiguration
Returns the value of attribute input_processing_configuration.
668 669 670 |
# File 'sig/types.rbs', line 668 def input_processing_configuration @input_processing_configuration end |
#input_schema ⇒ Types::SourceSchema
Returns the value of attribute input_schema.
672 673 674 |
# File 'sig/types.rbs', line 672 def input_schema @input_schema end |
#kinesis_firehose_input ⇒ Types::KinesisFirehoseInput
Returns the value of attribute kinesis_firehose_input.
670 671 672 |
# File 'sig/types.rbs', line 670 def kinesis_firehose_input @kinesis_firehose_input end |
#kinesis_streams_input ⇒ Types::KinesisStreamsInput
Returns the value of attribute kinesis_streams_input.
669 670 671 |
# File 'sig/types.rbs', line 669 def kinesis_streams_input @kinesis_streams_input end |
#name_prefix ⇒ ::String
Returns the value of attribute name_prefix.
667 668 669 |
# File 'sig/types.rbs', line 667 def name_prefix @name_prefix end |