Class: Aws::IoTSiteWise::Types::DescribeTaskResponse

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

Overview

Response structure for DescribeTask operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The time the task was created, in Unix epoch time.

Returns:

  • (Time)


8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8161

class DescribeTaskResponse < Struct.new(
  :workspace_name,
  :task_name,
  :description,
  :task_arn,
  :version,
  :task_configuration,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the task.

Returns:

  • (String)


8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8161

class DescribeTaskResponse < Struct.new(
  :workspace_name,
  :task_name,
  :description,
  :task_arn,
  :version,
  :task_configuration,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::ResourceStatus

The current lifecycle status of the task.



8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8161

class DescribeTaskResponse < Struct.new(
  :workspace_name,
  :task_name,
  :description,
  :task_arn,
  :version,
  :task_configuration,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#task_arnString

The ARN of the task.

Returns:

  • (String)


8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8161

class DescribeTaskResponse < Struct.new(
  :workspace_name,
  :task_name,
  :description,
  :task_arn,
  :version,
  :task_configuration,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#task_configurationTypes::TaskConfiguration

The task execution configuration. Contains a containerTaskConfiguration for custom container workloads.



8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8161

class DescribeTaskResponse < Struct.new(
  :workspace_name,
  :task_name,
  :description,
  :task_arn,
  :version,
  :task_configuration,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#task_nameString

The name of the task.

Returns:

  • (String)


8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8161

class DescribeTaskResponse < Struct.new(
  :workspace_name,
  :task_name,
  :description,
  :task_arn,
  :version,
  :task_configuration,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The time the task was last updated, in Unix epoch time.

Returns:

  • (Time)


8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8161

class DescribeTaskResponse < Struct.new(
  :workspace_name,
  :task_name,
  :description,
  :task_arn,
  :version,
  :task_configuration,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the task.

Returns:

  • (String)


8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8161

class DescribeTaskResponse < Struct.new(
  :workspace_name,
  :task_name,
  :description,
  :task_arn,
  :version,
  :task_configuration,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_nameString

The name of the workspace.

Returns:

  • (String)


8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8161

class DescribeTaskResponse < Struct.new(
  :workspace_name,
  :task_name,
  :description,
  :task_arn,
  :version,
  :task_configuration,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end