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.
-
#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.
7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 7619 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7605 class DescribePipelineExecutionResponse < Struct.new( :pipeline_execution_id, :pipeline_name, :workspace_name, :pipeline_version, :status, :start_time, :end_time, :request_environment_variables, :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.
7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 7619 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7605 class DescribePipelineExecutionResponse < Struct.new( :pipeline_execution_id, :pipeline_name, :workspace_name, :pipeline_version, :status, :start_time, :end_time, :request_environment_variables, :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.
7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 7619 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7605 class DescribePipelineExecutionResponse < Struct.new( :pipeline_execution_id, :pipeline_name, :workspace_name, :pipeline_version, :status, :start_time, :end_time, :request_environment_variables, :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.
7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 7619 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7605 class DescribePipelineExecutionResponse < Struct.new( :pipeline_execution_id, :pipeline_name, :workspace_name, :pipeline_version, :status, :start_time, :end_time, :request_environment_variables, :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.
7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 7619 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7605 class DescribePipelineExecutionResponse < Struct.new( :pipeline_execution_id, :pipeline_name, :workspace_name, :pipeline_version, :status, :start_time, :end_time, :request_environment_variables, :execution_priority, :compute_node_execution_details, :next_token) SENSITIVE = [:request_environment_variables] include Aws::Structure end |
#pipeline_name ⇒ String
The name of the pipeline.
7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 7619 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7605 class DescribePipelineExecutionResponse < Struct.new( :pipeline_execution_id, :pipeline_name, :workspace_name, :pipeline_version, :status, :start_time, :end_time, :request_environment_variables, :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.
7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 7619 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7605 class DescribePipelineExecutionResponse < Struct.new( :pipeline_execution_id, :pipeline_name, :workspace_name, :pipeline_version, :status, :start_time, :end_time, :request_environment_variables, :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.
7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 7619 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7605 class DescribePipelineExecutionResponse < Struct.new( :pipeline_execution_id, :pipeline_name, :workspace_name, :pipeline_version, :status, :start_time, :end_time, :request_environment_variables, :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.
7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 7619 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7605 class DescribePipelineExecutionResponse < Struct.new( :pipeline_execution_id, :pipeline_name, :workspace_name, :pipeline_version, :status, :start_time, :end_time, :request_environment_variables, :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.
7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 7619 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7605 class DescribePipelineExecutionResponse < Struct.new( :pipeline_execution_id, :pipeline_name, :workspace_name, :pipeline_version, :status, :start_time, :end_time, :request_environment_variables, :execution_priority, :compute_node_execution_details, :next_token) SENSITIVE = [:request_environment_variables] include Aws::Structure end |
#workspace_name ⇒ String
The name of the workspace.
7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 7619 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7605 class DescribePipelineExecutionResponse < Struct.new( :pipeline_execution_id, :pipeline_name, :workspace_name, :pipeline_version, :status, :start_time, :end_time, :request_environment_variables, :execution_priority, :compute_node_execution_details, :next_token) SENSITIVE = [:request_environment_variables] include Aws::Structure end |