Class: Aws::SnowDeviceManagement::Types::DescribeExecutionInput

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

#managed_device_idString

The ID of the managed device.

Returns:

  • (String)


304
305
306
307
308
309
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 304

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

#task_idString

The ID of the task that the action is describing.

Returns:

  • (String)


304
305
306
307
308
309
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 304

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