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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_resultString

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

Returns:

  • (String)


2588
2589
2590
2591
2592
2593
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2588

class RunPipelineActivityResponse < Struct.new(
  :payloads,
  :log_result)
  SENSITIVE = []
  include Aws::Structure
end

#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>)


2588
2589
2590
2591
2592
2593
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2588

class RunPipelineActivityResponse < Struct.new(
  :payloads,
  :log_result)
  SENSITIVE = []
  include Aws::Structure
end