Class: Aws::IoTAnalytics::Types::RunPipelineActivityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::RunPipelineActivityResponse
- Defined in:
- gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_result ⇒ String
In case the pipeline activity fails, the log message that is generated.
-
#payloads ⇒ Array<String>
The enriched or transformed sample message payloads as base64-encoded strings.
Instance Attribute Details
#log_result ⇒ String
In case the pipeline activity fails, the log message that is generated.
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 |
#payloads ⇒ Array<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.)
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 |