Class: Aws::IoTSiteWise::Types::UpdatePipelineResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::UpdatePipelineResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Response structure for UpdatePipeline operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ Types::ResourceStatus
The current lifecycle status of the pipeline.
-
#version ⇒ String
The new version of the pipeline created by this update.
Instance Attribute Details
#status ⇒ Types::ResourceStatus
The current lifecycle status of the pipeline.
15010 15011 15012 15013 15014 15015 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 15010 class UpdatePipelineResponse < Struct.new( :version, :status) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The new version of the pipeline created by this update.
15010 15011 15012 15013 15014 15015 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 15010 class UpdatePipelineResponse < Struct.new( :version, :status) SENSITIVE = [] include Aws::Structure end |