Class: Aws::IoTSiteWise::Types::CreateTaskResponse

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

Overview

Response structure for CreateTask operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusTypes::ResourceStatus

The current lifecycle status of the task.



4834
4835
4836
4837
4838
4839
4840
4841
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4834

class CreateTaskResponse < Struct.new(
  :task_name,
  :task_arn,
  :version,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#task_arnString

The ARN of the created task.

Returns:

  • (String)


4834
4835
4836
4837
4838
4839
4840
4841
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4834

class CreateTaskResponse < Struct.new(
  :task_name,
  :task_arn,
  :version,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#task_nameString

The name of the created task.

Returns:

  • (String)


4834
4835
4836
4837
4838
4839
4840
4841
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4834

class CreateTaskResponse < Struct.new(
  :task_name,
  :task_arn,
  :version,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the newly created task.

Returns:

  • (String)


4834
4835
4836
4837
4838
4839
4840
4841
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4834

class CreateTaskResponse < Struct.new(
  :task_name,
  :task_arn,
  :version,
  :status)
  SENSITIVE = []
  include Aws::Structure
end