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.
232 233 234 |
# File 'sig/types.rbs', line 232 def input_parallelism @input_parallelism end |
#input_processing_configuration ⇒ Types::InputProcessingConfiguration
Returns the value of attribute input_processing_configuration.
229 230 231 |
# File 'sig/types.rbs', line 229 def input_processing_configuration @input_processing_configuration end |
#input_schema ⇒ Types::SourceSchema
Returns the value of attribute input_schema.
233 234 235 |
# File 'sig/types.rbs', line 233 def input_schema @input_schema end |
#kinesis_firehose_input ⇒ Types::KinesisFirehoseInput
Returns the value of attribute kinesis_firehose_input.
231 232 233 |
# File 'sig/types.rbs', line 231 def kinesis_firehose_input @kinesis_firehose_input end |
#kinesis_streams_input ⇒ Types::KinesisStreamsInput
Returns the value of attribute kinesis_streams_input.
230 231 232 |
# File 'sig/types.rbs', line 230 def kinesis_streams_input @kinesis_streams_input end |
#name_prefix ⇒ ::String
Returns the value of attribute name_prefix.
228 229 230 |
# File 'sig/types.rbs', line 228 def name_prefix @name_prefix end |