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

Class: Aws::IoTAnalytics::Types::RunPipelineActivityResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#log_resultString

In case the pipeline activity fails, the log message that is generated.

Returns:

  • (String)

    In case the pipeline activity fails, the log message that is generated.

#payloadsArray<String>

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

Returns:

  • (Array<String>)

    The enriched or transformed sample message payloads as base64-encoded strings.