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

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

Overview

Describes a data processor.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#parametersArray<Types::ProcessorParameter>

The processor parameters.

Returns:



3007
3008
3009
3010
3011
3012
# File 'lib/aws-sdk-firehose/types.rb', line 3007

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

#typeString

The type of processor.

Returns:

  • (String)


3007
3008
3009
3010
3011
3012
# File 'lib/aws-sdk-firehose/types.rb', line 3007

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