Class: Aws::IoTSiteWise::Types::DescribeTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeTaskRequest
- Includes:
- Structure
- Defined in:
- 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.
8110 8111 8112 8113 8114 8115 8116 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8110 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.
8110 8111 8112 8113 8114 8115 8116 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8110 class DescribeTaskRequest < Struct.new( :workspace_name, :task_name, :task_version) SENSITIVE = [] include Aws::Structure end |
#workspace_name ⇒ String
The name of the workspace.
8110 8111 8112 8113 8114 8115 8116 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8110 class DescribeTaskRequest < Struct.new( :workspace_name, :task_name, :task_version) SENSITIVE = [] include Aws::Structure end |