Class: Aws::IoTSiteWise::Types::DescribeTaskRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Overview

Request structure for DescribeTask operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_nameString

The name of the task.

Returns:

  • (String)


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_versionString

The version number of the task to retrieve. If not specified, returns the latest version.

Returns:

  • (String)


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_nameString

The name of the workspace.

Returns:

  • (String)


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