Class: Aws::IoTSiteWise::Types::CreatePipelineResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::CreatePipelineResponse
- Includes:
- Structure
- Defined in:
- 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.
4500 4501 4502 4503 4504 4505 4506 4507 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4500 class CreatePipelineResponse < Struct.new( :pipeline_name, :pipeline_arn, :version, :status) SENSITIVE = [] include Aws::Structure end |
#pipeline_name ⇒ String
The name of the created pipeline.
4500 4501 4502 4503 4504 4505 4506 4507 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4500 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.
4500 4501 4502 4503 4504 4505 4506 4507 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4500 class CreatePipelineResponse < Struct.new( :pipeline_name, :pipeline_arn, :version, :status) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the newly created pipeline.
4500 4501 4502 4503 4504 4505 4506 4507 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4500 class CreatePipelineResponse < Struct.new( :pipeline_name, :pipeline_arn, :version, :status) SENSITIVE = [] include Aws::Structure end |