Class: Aws::IoTSiteWise::Types::CreateDatasetExportJobResponse

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

Overview

Response for create dataset export job request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The unique identifier for the dataset export job.

Returns:

  • (String)


4192
4193
4194
4195
4196
4197
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4192

class CreateDatasetExportJobResponse < Struct.new(
  :job_id,
  :workspace_name)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_nameString

The name of the workspace in which the dataset export job was created.

Returns:

  • (String)


4192
4193
4194
4195
4196
4197
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4192

class CreateDatasetExportJobResponse < Struct.new(
  :job_id,
  :workspace_name)
  SENSITIVE = []
  include Aws::Structure
end