Class: Aws::IoTSiteWise::Types::DescribePipelineExecutionResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#compute_node_execution_detailsArray<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_timeTime

The time the pipeline execution completed, in Unix epoch time.

Returns:

  • (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_priorityInteger

Scheduling priority for the execution. When not specified, defaults to lowest priority.

Returns:

  • (Integer)


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_tokenString

The token to be used for the next set of paginated results.

Returns:

  • (String)


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_idString

The unique identifier of the pipeline execution.

Returns:

  • (String)


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_nameString

The name of the pipeline.

Returns:

  • (String)


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_versionString

The pipeline version this execution ran against.

Returns:

  • (String)


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_variablesTypes::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_timeTime

The time the pipeline execution started, in Unix epoch time.

Returns:

  • (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

#statusTypes::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_nameString

The name of the workspace.

Returns:

  • (String)


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