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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/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)


6604
6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6604

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)


6604
6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6604

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)


6604
6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6604

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)


6604
6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6604

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)


6604
6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6604

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.



6604
6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6604

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:



6604
6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6604

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.



6604
6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6604

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)


6604
6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6604

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