Class: Aws::SnowDeviceManagement::Types::CreateTaskOutput

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_arnString

The Amazon Resource Name (ARN) of the task that you created.

Returns:

  • (String)


180
181
182
183
184
185
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 180

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

#task_idString

The ID of the task that you created.

Returns:

  • (String)


180
181
182
183
184
185
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 180

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