Class: Aws::IoTSiteWise::Types::DescribePipelineResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Overview

Response structure for DescribePipeline operation.

Constant Summary collapse

SENSITIVE =
[:environment_variables]

Instance Attribute Summary collapse

Instance Attribute Details

#computationsArray<Types::ComputeNode>

The list of compute nodes that form the pipeline DAG.

Returns:



7687
7688
7689
7690
7691
7692
7693
7694
7695
7696
7697
7698
7699
7700
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7687

class DescribePipelineResponse < Struct.new(
  :pipeline_name,
  :workspace_name,
  :description,
  :pipeline_arn,
  :version,
  :environment_variables,
  :computations,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = [:environment_variables]
  include Aws::Structure
end

#created_atTime

The time the pipeline was created, in Unix epoch time.

Returns:

  • (Time)


7687
7688
7689
7690
7691
7692
7693
7694
7695
7696
7697
7698
7699
7700
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7687

class DescribePipelineResponse < Struct.new(
  :pipeline_name,
  :workspace_name,
  :description,
  :pipeline_arn,
  :version,
  :environment_variables,
  :computations,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = [:environment_variables]
  include Aws::Structure
end

#descriptionString

The description of the pipeline.

Returns:

  • (String)


7687
7688
7689
7690
7691
7692
7693
7694
7695
7696
7697
7698
7699
7700
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7687

class DescribePipelineResponse < Struct.new(
  :pipeline_name,
  :workspace_name,
  :description,
  :pipeline_arn,
  :version,
  :environment_variables,
  :computations,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = [:environment_variables]
  include Aws::Structure
end

#environment_variablesHash<String,String>

The environment variables shared across all compute nodes in the pipeline.

Returns:

  • (Hash<String,String>)


7687
7688
7689
7690
7691
7692
7693
7694
7695
7696
7697
7698
7699
7700
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7687

class DescribePipelineResponse < Struct.new(
  :pipeline_name,
  :workspace_name,
  :description,
  :pipeline_arn,
  :version,
  :environment_variables,
  :computations,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = [:environment_variables]
  include Aws::Structure
end

#pipeline_arnString

The ARN of the pipeline.

Returns:

  • (String)


7687
7688
7689
7690
7691
7692
7693
7694
7695
7696
7697
7698
7699
7700
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7687

class DescribePipelineResponse < Struct.new(
  :pipeline_name,
  :workspace_name,
  :description,
  :pipeline_arn,
  :version,
  :environment_variables,
  :computations,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = [:environment_variables]
  include Aws::Structure
end

#pipeline_nameString

A unique name of the pipeline within the workspace.

Returns:

  • (String)


7687
7688
7689
7690
7691
7692
7693
7694
7695
7696
7697
7698
7699
7700
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7687

class DescribePipelineResponse < Struct.new(
  :pipeline_name,
  :workspace_name,
  :description,
  :pipeline_arn,
  :version,
  :environment_variables,
  :computations,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = [:environment_variables]
  include Aws::Structure
end

#statusTypes::ResourceStatus

The current lifecycle status of the pipeline.



7687
7688
7689
7690
7691
7692
7693
7694
7695
7696
7697
7698
7699
7700
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7687

class DescribePipelineResponse < Struct.new(
  :pipeline_name,
  :workspace_name,
  :description,
  :pipeline_arn,
  :version,
  :environment_variables,
  :computations,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = [:environment_variables]
  include Aws::Structure
end

#updated_atTime

The time the pipeline was last updated, in Unix epoch time.

Returns:

  • (Time)


7687
7688
7689
7690
7691
7692
7693
7694
7695
7696
7697
7698
7699
7700
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7687

class DescribePipelineResponse < Struct.new(
  :pipeline_name,
  :workspace_name,
  :description,
  :pipeline_arn,
  :version,
  :environment_variables,
  :computations,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = [:environment_variables]
  include Aws::Structure
end

#versionString

The version of the pipeline.

Returns:

  • (String)


7687
7688
7689
7690
7691
7692
7693
7694
7695
7696
7697
7698
7699
7700
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7687

class DescribePipelineResponse < Struct.new(
  :pipeline_name,
  :workspace_name,
  :description,
  :pipeline_arn,
  :version,
  :environment_variables,
  :computations,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = [:environment_variables]
  include Aws::Structure
end

#workspace_nameString

The name of the workspace.

Returns:

  • (String)


7687
7688
7689
7690
7691
7692
7693
7694
7695
7696
7697
7698
7699
7700
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7687

class DescribePipelineResponse < Struct.new(
  :pipeline_name,
  :workspace_name,
  :description,
  :pipeline_arn,
  :version,
  :environment_variables,
  :computations,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = [:environment_variables]
  include Aws::Structure
end