Class: Aws::IoTSiteWise::Types::ComputeNodeExecutionDetails

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

Overview

Contains detailed execution information for a compute node within a pipeline execution.

Constant Summary collapse

SENSITIVE =
[:execution_environment_variables]

Instance Attribute Summary collapse

Instance Attribute Details

#compute_node_name ⇒ String

The name of the compute node.

Returns:

  • (String)


3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3195

class ComputeNodeExecutionDetails < Struct.new(
  :compute_node_name,
  :task_name,
  :task_arn,
  :task_version,
  :depends_on,
  :status,
  :start_time,
  :end_time,
  :execution_environment_variables,
  :execution_mounts)
  SENSITIVE = [:execution_environment_variables]
  include Aws::Structure
end

#depends_on ⇒ Array<String>

A list of compute node names that this node depends on.

Returns:

  • (Array<String>)


3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3195

class ComputeNodeExecutionDetails < Struct.new(
  :compute_node_name,
  :task_name,
  :task_arn,
  :task_version,
  :depends_on,
  :status,
  :start_time,
  :end_time,
  :execution_environment_variables,
  :execution_mounts)
  SENSITIVE = [:execution_environment_variables]
  include Aws::Structure
end

#end_time ⇒ Time

The time the compute node execution completed, in Unix epoch time.

Returns:

  • (Time)


3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3195

class ComputeNodeExecutionDetails < Struct.new(
  :compute_node_name,
  :task_name,
  :task_arn,
  :task_version,
  :depends_on,
  :status,
  :start_time,
  :end_time,
  :execution_environment_variables,
  :execution_mounts)
  SENSITIVE = [:execution_environment_variables]
  include Aws::Structure
end

#execution_environment_variables ⇒ Hash<String,String>

The fully resolved environment variables used for this compute node execution.

Returns:

  • (Hash<String,String>)


3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3195

class ComputeNodeExecutionDetails < Struct.new(
  :compute_node_name,
  :task_name,
  :task_arn,
  :task_version,
  :depends_on,
  :status,
  :start_time,
  :end_time,
  :execution_environment_variables,
  :execution_mounts)
  SENSITIVE = [:execution_environment_variables]
  include Aws::Structure
end

#execution_mounts ⇒ Array<Types::Mount>

The fully resolved mounts used for this compute node execution, after merging task-defined mounts with any execution-level mount overrides. Each mount attaches an external data source to the container filesystem at a relative path under the service-owned mount root.

Returns:



3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3195

class ComputeNodeExecutionDetails < Struct.new(
  :compute_node_name,
  :task_name,
  :task_arn,
  :task_version,
  :depends_on,
  :status,
  :start_time,
  :end_time,
  :execution_environment_variables,
  :execution_mounts)
  SENSITIVE = [:execution_environment_variables]
  include Aws::Structure
end

#start_time ⇒ Time

The time the compute node execution started, in Unix epoch time.

Returns:

  • (Time)


3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3195

class ComputeNodeExecutionDetails < Struct.new(
  :compute_node_name,
  :task_name,
  :task_arn,
  :task_version,
  :depends_on,
  :status,
  :start_time,
  :end_time,
  :execution_environment_variables,
  :execution_mounts)
  SENSITIVE = [:execution_environment_variables]
  include Aws::Structure
end

#status ⇒ Types::ComputeNodeExecutionStatus

The current execution status of the compute node.



3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3195

class ComputeNodeExecutionDetails < Struct.new(
  :compute_node_name,
  :task_name,
  :task_arn,
  :task_version,
  :depends_on,
  :status,
  :start_time,
  :end_time,
  :execution_environment_variables,
  :execution_mounts)
  SENSITIVE = [:execution_environment_variables]
  include Aws::Structure
end

#task_arn ⇒ String

The ARN of the task.

Returns:

  • (String)


3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3195

class ComputeNodeExecutionDetails < Struct.new(
  :compute_node_name,
  :task_name,
  :task_arn,
  :task_version,
  :depends_on,
  :status,
  :start_time,
  :end_time,
  :execution_environment_variables,
  :execution_mounts)
  SENSITIVE = [:execution_environment_variables]
  include Aws::Structure
end

#task_name ⇒ String

The name of the task executed for this compute node.

Returns:

  • (String)


3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3195

class ComputeNodeExecutionDetails < Struct.new(
  :compute_node_name,
  :task_name,
  :task_arn,
  :task_version,
  :depends_on,
  :status,
  :start_time,
  :end_time,
  :execution_environment_variables,
  :execution_mounts)
  SENSITIVE = [:execution_environment_variables]
  include Aws::Structure
end

#task_version ⇒ String

The task version that executed for this compute node.

Returns:

  • (String)


3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3195

class ComputeNodeExecutionDetails < Struct.new(
  :compute_node_name,
  :task_name,
  :task_arn,
  :task_version,
  :depends_on,
  :status,
  :start_time,
  :end_time,
  :execution_environment_variables,
  :execution_mounts)
  SENSITIVE = [:execution_environment_variables]
  include Aws::Structure
end