Class: Aws::SnowDeviceManagement::Types::DescribeExecutionOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_idString

The ID of the execution.

Returns:

  • (String)


337
338
339
340
341
342
343
344
345
346
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 337

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

#last_updated_atTime

When the status of the execution was last updated.

Returns:

  • (Time)


337
338
339
340
341
342
343
344
345
346
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 337

class DescribeExecutionOutput < Struct.new(
  :execution_id,
  :last_updated_at,
  :managed_device_id,
  :started_at,
  :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)


337
338
339
340
341
342
343
344
345
346
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 337

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

#started_atTime

When the execution began.

Returns:

  • (Time)


337
338
339
340
341
342
343
344
345
346
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 337

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

#stateString

The current state of the execution.

Returns:

  • (String)


337
338
339
340
341
342
343
344
345
346
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 337

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

#task_idString

The ID of the task being executed on the device.

Returns:

  • (String)


337
338
339
340
341
342
343
344
345
346
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 337

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