Class: Aws::IoTSiteWise::Types::ExportJobSummary

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

Overview

<p>Contains summary information about a dataset export job.</p>

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#completed_atTime

<p>The timestamp when the job completed, or null if the job is still running.</p>

Returns:

  • (Time)


8960
8961
8962
8963
8964
8965
8966
8967
8968
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8960

class ExportJobSummary < Struct.new(
  :job_id,
  :status,
  :started_at,
  :completed_at,
  :destination_s3_uri)
  SENSITIVE = []
  include Aws::Structure
end

#destination_s3_uriString

<p>The S3 URI where output clips are written.</p>

Returns:

  • (String)


8960
8961
8962
8963
8964
8965
8966
8967
8968
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8960

class ExportJobSummary < Struct.new(
  :job_id,
  :status,
  :started_at,
  :completed_at,
  :destination_s3_uri)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

<p>The unique identifier for the dataset export job.</p>

Returns:

  • (String)


8960
8961
8962
8963
8964
8965
8966
8967
8968
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8960

class ExportJobSummary < Struct.new(
  :job_id,
  :status,
  :started_at,
  :completed_at,
  :destination_s3_uri)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

<p>The timestamp when the job started processing.</p>

Returns:

  • (Time)


8960
8961
8962
8963
8964
8965
8966
8967
8968
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8960

class ExportJobSummary < Struct.new(
  :job_id,
  :status,
  :started_at,
  :completed_at,
  :destination_s3_uri)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

<p>The current status of the dataset export job.</p>

Returns:

  • (String)


8960
8961
8962
8963
8964
8965
8966
8967
8968
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8960

class ExportJobSummary < Struct.new(
  :job_id,
  :status,
  :started_at,
  :completed_at,
  :destination_s3_uri)
  SENSITIVE = []
  include Aws::Structure
end