Class: Aws::IoTAnalytics::Types::Pipeline
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::Pipeline
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Overview
Contains information about a pipeline.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#activities ⇒ Array<Types::PipelineActivity>
The activities that perform transformations on the messages.
-
#arn ⇒ String
The ARN of the pipeline.
-
#creation_time ⇒ Time
When the pipeline was created.
-
#last_update_time ⇒ Time
The last time the pipeline was updated.
-
#name ⇒ String
The name of the pipeline.
-
#reprocessing_summaries ⇒ Array<Types::ReprocessingSummary>
A summary of information about the pipeline reprocessing.
Instance Attribute Details
#activities ⇒ Array<Types::PipelineActivity>
The activities that perform transformations on the messages.
2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2321 class Pipeline < Struct.new( :name, :arn, :activities, :reprocessing_summaries, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The ARN of the pipeline.
2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2321 class Pipeline < Struct.new( :name, :arn, :activities, :reprocessing_summaries, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the pipeline was created.
2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2321 class Pipeline < Struct.new( :name, :arn, :activities, :reprocessing_summaries, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#last_update_time ⇒ Time
The last time the pipeline was updated.
2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2321 class Pipeline < Struct.new( :name, :arn, :activities, :reprocessing_summaries, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the pipeline.
2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2321 class Pipeline < Struct.new( :name, :arn, :activities, :reprocessing_summaries, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#reprocessing_summaries ⇒ Array<Types::ReprocessingSummary>
A summary of information about the pipeline reprocessing.
2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2321 class Pipeline < Struct.new( :name, :arn, :activities, :reprocessing_summaries, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |