Class: Aws::IoTSiteWise::Types::DescribePipelineExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribePipelineExecutionResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Response structure for DescribePipelineExecution operation.
Constant Summary collapse
- SENSITIVE =
[:request_environment_variables]
Instance Attribute Summary collapse
-
#compute_node_execution_details ⇒ Array<Types::ComputeNodeExecutionDetails>
A list of compute node execution details within this pipeline execution.
-
#end_time ⇒ Time
The time the pipeline execution completed, in Unix epoch time.
-
#execution_priority ⇒ Integer
Scheduling priority for the execution.
-
#next_token ⇒ String
The token to be used for the next set of paginated results.
-
#pipeline_execution_id ⇒ String
The unique identifier of the pipeline execution.
-
#pipeline_name ⇒ String
The name of the pipeline.
-
#pipeline_version ⇒ String
The pipeline version this execution ran against.
-
#request_environment_variables ⇒ Types::ExecutionEnvironmentVariables
The environment variables provided as input for the pipeline execution.
-
#request_mount_overrides ⇒ Types::MountOverrides
The mount overrides provided as input for the pipeline execution.
-
#start_time ⇒ Time
The time the pipeline execution started, in Unix epoch time.
-
#status ⇒ Types::PipelineExecutionStatus
The current execution status of the pipeline.
-
#workspace_name ⇒ String
The name of the workspace.
Instance Attribute Details
#compute_node_execution_details ⇒ Array<Types::ComputeNodeExecutionDetails>
A list of compute node execution details within this pipeline execution.
7633 7634 7635 7636 7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7633 class DescribePipelineExecutionResponse < Struct.new( :pipeline_execution_id, :pipeline_name, :workspace_name, :pipeline_version, :status, :start_time, :end_time, :request_environment_variables, :request_mount_overrides, :execution_priority, :compute_node_execution_details, :next_token) SENSITIVE = [:request_environment_variables] include Aws::Structure end |
#end_time ⇒ Time
The time the pipeline execution completed, in Unix epoch time.
7633 7634 7635 7636 7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7633 class DescribePipelineExecutionResponse < Struct.new( :pipeline_execution_id, :pipeline_name, :workspace_name, :pipeline_version, :status, :start_time, :end_time, :request_environment_variables, :request_mount_overrides, :execution_priority, :compute_node_execution_details, :next_token) SENSITIVE = [:request_environment_variables] include Aws::Structure end |
#execution_priority ⇒ Integer
Scheduling priority for the execution. When not specified, defaults to lowest priority.
7633 7634 7635 7636 7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7633 class DescribePipelineExecutionResponse < Struct.new( :pipeline_execution_id, :pipeline_name, :workspace_name, :pipeline_version, :status, :start_time, :end_time, :request_environment_variables, :request_mount_overrides, :execution_priority, :compute_node_execution_details, :next_token) SENSITIVE = [:request_environment_variables] include Aws::Structure end |
#next_token ⇒ String
The token to be used for the next set of paginated results.
7633 7634 7635 7636 7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7633 class DescribePipelineExecutionResponse < Struct.new( :pipeline_execution_id, :pipeline_name, :workspace_name, :pipeline_version, :status, :start_time, :end_time, :request_environment_variables, :request_mount_overrides, :execution_priority, :compute_node_execution_details, :next_token) SENSITIVE = [:request_environment_variables] include Aws::Structure end |
#pipeline_execution_id ⇒ String
The unique identifier of the pipeline execution.
7633 7634 7635 7636 7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7633 class DescribePipelineExecutionResponse < Struct.new( :pipeline_execution_id, :pipeline_name, :workspace_name, :pipeline_version, :status, :start_time, :end_time, :request_environment_variables, :request_mount_overrides, :execution_priority, :compute_node_execution_details, :next_token) SENSITIVE = [:request_environment_variables] include Aws::Structure end |
#pipeline_name ⇒ String
The name of the pipeline.
7633 7634 7635 7636 7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7633 class DescribePipelineExecutionResponse < Struct.new( :pipeline_execution_id, :pipeline_name, :workspace_name, :pipeline_version, :status, :start_time, :end_time, :request_environment_variables, :request_mount_overrides, :execution_priority, :compute_node_execution_details, :next_token) SENSITIVE = [:request_environment_variables] include Aws::Structure end |
#pipeline_version ⇒ String
The pipeline version this execution ran against.
7633 7634 7635 7636 7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7633 class DescribePipelineExecutionResponse < Struct.new( :pipeline_execution_id, :pipeline_name, :workspace_name, :pipeline_version, :status, :start_time, :end_time, :request_environment_variables, :request_mount_overrides, :execution_priority, :compute_node_execution_details, :next_token) SENSITIVE = [:request_environment_variables] include Aws::Structure end |
#request_environment_variables ⇒ Types::ExecutionEnvironmentVariables
The environment variables provided as input for the pipeline execution.
7633 7634 7635 7636 7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7633 class DescribePipelineExecutionResponse < Struct.new( :pipeline_execution_id, :pipeline_name, :workspace_name, :pipeline_version, :status, :start_time, :end_time, :request_environment_variables, :request_mount_overrides, :execution_priority, :compute_node_execution_details, :next_token) SENSITIVE = [:request_environment_variables] include Aws::Structure end |
#request_mount_overrides ⇒ Types::MountOverrides
The mount overrides provided as input for the pipeline execution. Present when mount overrides were supplied at execution time.
7633 7634 7635 7636 7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7633 class DescribePipelineExecutionResponse < Struct.new( :pipeline_execution_id, :pipeline_name, :workspace_name, :pipeline_version, :status, :start_time, :end_time, :request_environment_variables, :request_mount_overrides, :execution_priority, :compute_node_execution_details, :next_token) SENSITIVE = [:request_environment_variables] include Aws::Structure end |
#start_time ⇒ Time
The time the pipeline execution started, in Unix epoch time.
7633 7634 7635 7636 7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7633 class DescribePipelineExecutionResponse < Struct.new( :pipeline_execution_id, :pipeline_name, :workspace_name, :pipeline_version, :status, :start_time, :end_time, :request_environment_variables, :request_mount_overrides, :execution_priority, :compute_node_execution_details, :next_token) SENSITIVE = [:request_environment_variables] include Aws::Structure end |
#status ⇒ Types::PipelineExecutionStatus
The current execution status of the pipeline.
7633 7634 7635 7636 7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7633 class DescribePipelineExecutionResponse < Struct.new( :pipeline_execution_id, :pipeline_name, :workspace_name, :pipeline_version, :status, :start_time, :end_time, :request_environment_variables, :request_mount_overrides, :execution_priority, :compute_node_execution_details, :next_token) SENSITIVE = [:request_environment_variables] include Aws::Structure end |
#workspace_name ⇒ String
The name of the workspace.
7633 7634 7635 7636 7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7633 class DescribePipelineExecutionResponse < Struct.new( :pipeline_execution_id, :pipeline_name, :workspace_name, :pipeline_version, :status, :start_time, :end_time, :request_environment_variables, :request_mount_overrides, :execution_priority, :compute_node_execution_details, :next_token) SENSITIVE = [:request_environment_variables] include Aws::Structure end |