Class: Aws::Types::Input

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#input_parallelismTypes::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_configurationTypes::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_schemaTypes::SourceSchema

Returns the value of attribute input_schema.

Returns:



233
234
235
# File 'sig/types.rbs', line 233

def input_schema
  @input_schema
end

#kinesis_firehose_inputTypes::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_inputTypes::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.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def name_prefix
  @name_prefix
end