You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Firehose::Types::ProcessorParameter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ProcessorParameter as input to an Aws::Client method, you can use a vanilla Hash:

{
  parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds
  parameter_value: "ProcessorParameterValue", # required
}

Describes the processor parameter.

Instance Attribute Summary collapse

Instance Attribute Details

#parameter_nameString

The name of the parameter.

Possible values:

  • LambdaArn
  • NumberOfRetries
  • RoleArn
  • BufferSizeInMBs
  • BufferIntervalInSeconds

Returns:

  • (String)

    The name of the parameter.

#parameter_valueString

The parameter value.

Returns:

  • (String)

    The parameter value.