class Aws::IoTAnalytics::Types::UpdatePipelineRequest


@return [Array<Types::PipelineActivity>]
}, … ]‘
`pipelineActivities = [ { “channel”: { … } }, { “lambda”: { … }
must contain only one activity. For example:
both a `channel` and a `datastore` activity. Each entry in the list
The list can be 2-25 `PipelineActivity` objects and must contain
device data.
processing; or performing mathematical transformations to normalize
values; invoking your Lambda functions on messages for advanced
adding message attributes; filtering messages based on attribute
transformations on your messages, such as removing, renaming or
A list of `PipelineActivity` objects. Activities perform
@!attribute [rw] pipeline_activities
@return [String]
The name of the pipeline to update.
@!attribute [rw] pipeline_name