Class: Aws::SnowDeviceManagement::Types::ExecutionSummary

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

Overview

The summary of a task execution on a specified device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_idString

The ID of the execution.

Returns:

  • (String)


496
497
498
499
500
501
502
503
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 496

class ExecutionSummary < Struct.new(
  :execution_id,
  :managed_device_id,
  :state,
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end

#managed_device_idString

The ID of the managed device that the task is being executed on.

Returns:

  • (String)


496
497
498
499
500
501
502
503
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 496

class ExecutionSummary < Struct.new(
  :execution_id,
  :managed_device_id,
  :state,
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the execution.

Returns:

  • (String)


496
497
498
499
500
501
502
503
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 496

class ExecutionSummary < Struct.new(
  :execution_id,
  :managed_device_id,
  :state,
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end

#task_idString

The ID of the task.

Returns:

  • (String)


496
497
498
499
500
501
502
503
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 496

class ExecutionSummary < Struct.new(
  :execution_id,
  :managed_device_id,
  :state,
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end