Class: Aws::SnowDeviceManagement::Types::DescribeTaskInput

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

#task_idString

The ID of the task to be described.

Returns:

  • (String)


354
355
356
357
358
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 354

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