Class: Aws::IoTSiteWise::Types::ExecutionSummary

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

Overview

Contains the execution summary of the computation model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_typeString

The type of action exectued.

Returns:

  • (String)


8909
8910
8911
8912
8913
8914
8915
8916
8917
8918
8919
8920
8921
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8909

class ExecutionSummary < Struct.new(
  :execution_id,
  :action_type,
  :target_resource,
  :target_resource_version,
  :resolve_to,
  :execution_start_time,
  :execution_end_time,
  :execution_status,
  :execution_entity_version)
  SENSITIVE = []
  include Aws::Structure
end

#execution_end_timeTime

The time the process ended.

Returns:

  • (Time)


8909
8910
8911
8912
8913
8914
8915
8916
8917
8918
8919
8920
8921
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8909

class ExecutionSummary < Struct.new(
  :execution_id,
  :action_type,
  :target_resource,
  :target_resource_version,
  :resolve_to,
  :execution_start_time,
  :execution_end_time,
  :execution_status,
  :execution_entity_version)
  SENSITIVE = []
  include Aws::Structure
end

#execution_entity_versionString

The execution entity version associated with the summary.

Returns:

  • (String)


8909
8910
8911
8912
8913
8914
8915
8916
8917
8918
8919
8920
8921
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8909

class ExecutionSummary < Struct.new(
  :execution_id,
  :action_type,
  :target_resource,
  :target_resource_version,
  :resolve_to,
  :execution_start_time,
  :execution_end_time,
  :execution_status,
  :execution_entity_version)
  SENSITIVE = []
  include Aws::Structure
end

#execution_idString

The ID of the execution.

Returns:

  • (String)


8909
8910
8911
8912
8913
8914
8915
8916
8917
8918
8919
8920
8921
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8909

class ExecutionSummary < Struct.new(
  :execution_id,
  :action_type,
  :target_resource,
  :target_resource_version,
  :resolve_to,
  :execution_start_time,
  :execution_end_time,
  :execution_status,
  :execution_entity_version)
  SENSITIVE = []
  include Aws::Structure
end

#execution_start_timeTime

The time the process started.

Returns:

  • (Time)


8909
8910
8911
8912
8913
8914
8915
8916
8917
8918
8919
8920
8921
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8909

class ExecutionSummary < Struct.new(
  :execution_id,
  :action_type,
  :target_resource,
  :target_resource_version,
  :resolve_to,
  :execution_start_time,
  :execution_end_time,
  :execution_status,
  :execution_entity_version)
  SENSITIVE = []
  include Aws::Structure
end

#execution_statusTypes::ExecutionStatus

The status of the execution process.



8909
8910
8911
8912
8913
8914
8915
8916
8917
8918
8919
8920
8921
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8909

class ExecutionSummary < Struct.new(
  :execution_id,
  :action_type,
  :target_resource,
  :target_resource_version,
  :resolve_to,
  :execution_start_time,
  :execution_end_time,
  :execution_status,
  :execution_entity_version)
  SENSITIVE = []
  include Aws::Structure
end

#resolve_toTypes::ResolveTo

The detailed resource this execution resolves to.

Returns:



8909
8910
8911
8912
8913
8914
8915
8916
8917
8918
8919
8920
8921
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8909

class ExecutionSummary < Struct.new(
  :execution_id,
  :action_type,
  :target_resource,
  :target_resource_version,
  :resolve_to,
  :execution_start_time,
  :execution_end_time,
  :execution_status,
  :execution_entity_version)
  SENSITIVE = []
  include Aws::Structure
end

#target_resourceTypes::TargetResource

The resource the action will be taken on. This can include asset-based resources and computation model resources.



8909
8910
8911
8912
8913
8914
8915
8916
8917
8918
8919
8920
8921
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8909

class ExecutionSummary < Struct.new(
  :execution_id,
  :action_type,
  :target_resource,
  :target_resource_version,
  :resolve_to,
  :execution_start_time,
  :execution_end_time,
  :execution_status,
  :execution_entity_version)
  SENSITIVE = []
  include Aws::Structure
end

#target_resource_versionString

The version of the target resource.

Returns:

  • (String)


8909
8910
8911
8912
8913
8914
8915
8916
8917
8918
8919
8920
8921
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8909

class ExecutionSummary < Struct.new(
  :execution_id,
  :action_type,
  :target_resource,
  :target_resource_version,
  :resolve_to,
  :execution_start_time,
  :execution_end_time,
  :execution_status,
  :execution_entity_version)
  SENSITIVE = []
  include Aws::Structure
end