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)


4500
4501
4502
4503
4504
4505
4506
4507
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4500

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)


4500
4501
4502
4503
4504
4505
4506
4507
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4500

class CreatePipelineResponse < Struct.new(
  :pipeline_name,
  :pipeline_arn,
  :version,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::ResourceStatus

The current lifecycle status of the pipeline.



4500
4501
4502
4503
4504
4505
4506
4507
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4500

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)


4500
4501
4502
4503
4504
4505
4506
4507
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4500

class CreatePipelineResponse < Struct.new(
  :pipeline_name,
  :pipeline_arn,
  :version,
  :status)
  SENSITIVE = []
  include Aws::Structure
end