Class: Aws::IoTSiteWise::Types::DescribeBulkImportJobResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_report_locationTypes::ErrorReportLocation

The Amazon S3 destination where errors associated with the job creation request are saved.



3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3120

class DescribeBulkImportJobResponse < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :job_role_arn,
  :files,
  :error_report_location,
  :job_configuration,
  :job_creation_date,
  :job_last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#filesArray<Types::File>

The files in the specified Amazon S3 bucket that contain your data.

Returns:



3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3120

class DescribeBulkImportJobResponse < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :job_role_arn,
  :files,
  :error_report_location,
  :job_configuration,
  :job_creation_date,
  :job_last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#job_configurationTypes::JobConfiguration

Contains the configuration information of a job, such as the file format used to save data in Amazon S3.



3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3120

class DescribeBulkImportJobResponse < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :job_role_arn,
  :files,
  :error_report_location,
  :job_configuration,
  :job_creation_date,
  :job_last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#job_creation_dateTime

The date the job was created, in Unix epoch TIME.

Returns:

  • (Time)


3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3120

class DescribeBulkImportJobResponse < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :job_role_arn,
  :files,
  :error_report_location,
  :job_configuration,
  :job_creation_date,
  :job_last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The ID of the job.

Returns:

  • (String)


3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3120

class DescribeBulkImportJobResponse < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :job_role_arn,
  :files,
  :error_report_location,
  :job_configuration,
  :job_creation_date,
  :job_last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#job_last_update_dateTime

The date the job was last updated, in Unix epoch time.

Returns:

  • (Time)


3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3120

class DescribeBulkImportJobResponse < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :job_role_arn,
  :files,
  :error_report_location,
  :job_configuration,
  :job_creation_date,
  :job_last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

The unique name that helps identify the job request.

Returns:

  • (String)


3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3120

class DescribeBulkImportJobResponse < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :job_role_arn,
  :files,
  :error_report_location,
  :job_configuration,
  :job_creation_date,
  :job_last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#job_role_arnString

The ARN of the IAM role that allows IoT SiteWise to read Amazon S3 data.

Returns:

  • (String)


3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3120

class DescribeBulkImportJobResponse < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :job_role_arn,
  :files,
  :error_report_location,
  :job_configuration,
  :job_creation_date,
  :job_last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#job_statusString

The status of the bulk import job can be one of following values.

  • PENDING – IoT SiteWise is waiting for the current bulk import job to finish.

  • CANCELLED – The bulk import job has been canceled.

  • RUNNING – IoT SiteWise is processing your request to import your data from Amazon S3.

  • COMPLETED – IoT SiteWise successfully completed your request to import data from Amazon S3.

  • FAILED – IoT SiteWise couldn't process your request to import data from Amazon S3. You can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues.

  • COMPLETED_WITH_FAILURES – IoT SiteWise completed your request to import data from Amazon S3 with errors. You can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues.

Returns:

  • (String)


3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3120

class DescribeBulkImportJobResponse < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :job_role_arn,
  :files,
  :error_report_location,
  :job_configuration,
  :job_creation_date,
  :job_last_update_date)
  SENSITIVE = []
  include Aws::Structure
end