Class: Aws::IoTSiteWise::Types::CreateTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::CreateTaskResponse
- 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
-
#status ⇒ Types::ResourceStatus
The current lifecycle status of the task.
-
#task_arn ⇒ String
The ARN of the created task.
-
#task_name ⇒ String
The name of the created task.
-
#version ⇒ String
The version of the newly created task.
Instance Attribute Details
#status ⇒ Types::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_arn ⇒ String
The ARN of the created 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_name ⇒ String
The name of the created 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 |
#version ⇒ String
The version of the newly created 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 |