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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#task_nameString

The name of the task.

Returns:

  • (String)


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_versionString

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

Returns:

  • (String)


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_nameString

The name of the workspace.

Returns:

  • (String)


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