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.
3604 3605 3606 3607 3608 3609 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 3604 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.)
3604 3605 3606 3607 3608 3609 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 3604 class RunPipelineActivityResponse < Struct.new( :payloads, :log_result) SENSITIVE = [] include Aws::Structure end |