Class: Aws::Firehose::Types::Processor

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

Overview

Describes a data processor.

If you want to add a new line delimiter between records in objects that are delivered to Amazon S3, choose AppendDelimiterToRecord as a processor type. You don’t have to put a processor parameter when you select AppendDelimiterToRecord.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#parametersArray<Types::ProcessorParameter>

The processor parameters.

Returns:



3077
3078
3079
3080
3081
3082
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3077

class Processor < Struct.new(
  :type,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of processor.

Returns:

  • (String)


3077
3078
3079
3080
3081
3082
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3077

class Processor < Struct.new(
  :type,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end