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.
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_arn ⇒ String
The ARN of the created 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_name ⇒ String
The name of the created 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 |
#version ⇒ String
The version of the newly created 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 |