Class: Aws::IoTSiteWise::Types::DescribePipelineResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribePipelineResponse
- 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
-
#computations ⇒ Array<Types::ComputeNode>
The list of compute nodes that form the pipeline DAG.
-
#created_at ⇒ Time
The time the pipeline was created, in Unix epoch time.
-
#description ⇒ String
The description of the pipeline.
-
#environment_variables ⇒ Hash<String,String>
The environment variables shared across all compute nodes in the pipeline.
-
#pipeline_arn ⇒ String
The ARN of the pipeline.
-
#pipeline_name ⇒ String
A unique name of the pipeline within the workspace.
-
#status ⇒ Types::ResourceStatus
The current lifecycle status of the pipeline.
-
#updated_at ⇒ Time
The time the pipeline was last updated, in Unix epoch time.
-
#version ⇒ String
The version of the pipeline.
-
#workspace_name ⇒ String
The name of the workspace.
Instance Attribute Details
#computations ⇒ Array<Types::ComputeNode>
The list of compute nodes that form the pipeline DAG.
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_at ⇒ Time
The time the pipeline was created, in Unix epoch 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 |
#description ⇒ String
The description 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 |
#environment_variables ⇒ Hash<String,String>
The environment variables shared across all compute nodes in 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 |
#pipeline_arn ⇒ String
The ARN 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 |
#pipeline_name ⇒ String
A unique name of the pipeline within the workspace.
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 |
#status ⇒ Types::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_at ⇒ Time
The time the pipeline was last updated, in Unix epoch 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 |
#version ⇒ String
The version 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 |
#workspace_name ⇒ String
The name of the workspace.
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 |