Class: Aws::Firehose::Types::InputFormatConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::InputFormatConfiguration
- 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
-
#deserializer ⇒ Types::Deserializer
Specifies which deserializer to use.
Instance Attribute Details
#deserializer ⇒ Types::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.
3098 3099 3100 3101 3102 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3098 class InputFormatConfiguration < Struct.new( :deserializer) SENSITIVE = [] include Aws::Structure end |