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.
3382 3383 3384 3385 3386 3387 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 3382 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.)
3382 3383 3384 3385 3386 3387 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 3382 class RunPipelineActivityResponse < Struct.new( :payloads, :log_result) SENSITIVE = [] include Aws::Structure end |