Class: Aws::IoTSiteWise::Types::DescribeTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeTaskRequest
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Request structure for DescribeTask operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_name ⇒ String
The name of the task.
-
#task_version ⇒ String
The version number of the task to retrieve.
-
#workspace_name ⇒ String
The name of the workspace.
Instance Attribute Details
#task_name ⇒ String
The name of the task.
8139 8140 8141 8142 8143 8144 8145 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8139 class DescribeTaskRequest < Struct.new( :workspace_name, :task_name, :task_version) SENSITIVE = [] include Aws::Structure end |
#task_version ⇒ String
The version number of the task to retrieve. If not specified, returns the latest version.
8139 8140 8141 8142 8143 8144 8145 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8139 class DescribeTaskRequest < Struct.new( :workspace_name, :task_name, :task_version) SENSITIVE = [] include Aws::Structure end |
#workspace_name ⇒ String
The name of the workspace.
8139 8140 8141 8142 8143 8144 8145 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8139 class DescribeTaskRequest < Struct.new( :workspace_name, :task_name, :task_version) SENSITIVE = [] include Aws::Structure end |