Class: Aws::IoTSiteWise::Types::DescribeTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeTaskResponse
- 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
-
#created_at ⇒ Time
The time the task was created, in Unix epoch time.
-
#description ⇒ String
The description of the task.
-
#status ⇒ Types::ResourceStatus
The current lifecycle status of the task.
-
#task_arn ⇒ String
The ARN of the task.
-
#task_configuration ⇒ Types::TaskConfiguration
The task execution configuration.
-
#task_name ⇒ String
The name of the task.
-
#updated_at ⇒ Time
The time the task was last updated, in Unix epoch time.
-
#version ⇒ String
The version of the task.
-
#workspace_name ⇒ String
The name of the workspace.
Instance Attribute Details
#created_at ⇒ Time
The time the task was created, in Unix epoch 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 |
#description ⇒ String
The description 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 |
#status ⇒ Types::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_arn ⇒ String
The ARN 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_configuration ⇒ Types::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_name ⇒ String
The name 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 |
#updated_at ⇒ Time
The time the task was last updated, in Unix epoch 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 |
#version ⇒ String
The version 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 |
#workspace_name ⇒ String
The name of the workspace.
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 |