Class: Aws::Firehose::Types::InputFormatConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb

Overview

Specifies the deserializer you want to use to convert the format of the input data. This parameter is required if Enabled is set to true.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deserializerTypes::Deserializer

Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.

Returns:



2514
2515
2516
2517
2518
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2514

class InputFormatConfiguration < Struct.new(
  :deserializer)
  SENSITIVE = []
  include Aws::Structure
end