Class: Aws::Firehose::Types::Processor
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::Processor
- Defined in:
- gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb
Overview
Describes a data processor.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameters ⇒ Array<Types::ProcessorParameter>
The processor parameters.
-
#type ⇒ String
The type of processor.
Instance Attribute Details
#parameters ⇒ Array<Types::ProcessorParameter>
The processor parameters.
3007 3008 3009 3010 3011 3012 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3007 class Processor < Struct.new( :type, :parameters) SENSITIVE = [] include Aws::Structure end |