Class: Aws::IoTAnalytics::Types::PipelineSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::PipelineSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Overview
A summary of information about a pipeline.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
When the pipeline was created.
-
#last_update_time ⇒ Time
When the pipeline was last updated.
-
#pipeline_name ⇒ String
The name of the pipeline.
-
#reprocessing_summaries ⇒ Array<Types::ReprocessingSummary>
A summary of information about the pipeline reprocessing.
Instance Attribute Details
#creation_time ⇒ Time
When the pipeline was created.
2409 2410 2411 2412 2413 2414 2415 2416 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2409 class PipelineSummary < Struct.new( :pipeline_name, :reprocessing_summaries, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#last_update_time ⇒ Time
When the pipeline was last updated.
2409 2410 2411 2412 2413 2414 2415 2416 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2409 class PipelineSummary < Struct.new( :pipeline_name, :reprocessing_summaries, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#pipeline_name ⇒ String
The name of the pipeline.
2409 2410 2411 2412 2413 2414 2415 2416 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2409 class PipelineSummary < Struct.new( :pipeline_name, :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.
2409 2410 2411 2412 2413 2414 2415 2416 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2409 class PipelineSummary < Struct.new( :pipeline_name, :reprocessing_summaries, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |