Class: Aws::IoTSiteWise::Types::CreatePipelineResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#pipeline_arnString

The ARN of the created pipeline.

Returns:

  • (String)


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_nameString

The name of the created pipeline.

Returns:

  • (String)


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

#statusTypes::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

#versionString

The version of the newly created pipeline.

Returns:

  • (String)


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