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.



4811
4812
4813
4814
4815
4816
4817
4818
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4811

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)


4811
4812
4813
4814
4815
4816
4817
4818
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4811

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)


4811
4812
4813
4814
4815
4816
4817
4818
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4811

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)


4811
4812
4813
4814
4815
4816
4817
4818
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4811

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