Class: Aws::IoTSiteWise::Types::CreatePipelineResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::CreatePipelineResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Response structure for CreatePipeline operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_arn ⇒ String
The ARN of the created pipeline.
-
#pipeline_name ⇒ String
The name of the created pipeline.
-
#status ⇒ Types::ResourceStatus
The current lifecycle status of the pipeline.
-
#version ⇒ String
The version of the newly created pipeline.
Instance Attribute Details
#pipeline_arn ⇒ String
The ARN of the created pipeline.
4523 4524 4525 4526 4527 4528 4529 4530 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4523 class CreatePipelineResponse < Struct.new( :pipeline_name, :pipeline_arn, :version, :status) SENSITIVE = [] include Aws::Structure end |
#pipeline_name ⇒ String
The name of the created pipeline.
4523 4524 4525 4526 4527 4528 4529 4530 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4523 class CreatePipelineResponse < Struct.new( :pipeline_name, :pipeline_arn, :version, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::ResourceStatus
The current lifecycle status of the pipeline.
4523 4524 4525 4526 4527 4528 4529 4530 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4523 class CreatePipelineResponse < Struct.new( :pipeline_name, :pipeline_arn, :version, :status) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the newly created pipeline.
4523 4524 4525 4526 4527 4528 4529 4530 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4523 class CreatePipelineResponse < Struct.new( :pipeline_name, :pipeline_arn, :version, :status) SENSITIVE = [] include Aws::Structure end |