Class: Aws::Panorama::Types::PackageImportJob

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

Overview

A job to import a package version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeTime

When the job was created.

Returns:

  • (Time)


2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2320

class PackageImportJob < Struct.new(
  :created_time,
  :job_id,
  :job_type,
  :last_updated_time,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The job's ID.

Returns:

  • (String)


2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2320

class PackageImportJob < Struct.new(
  :created_time,
  :job_id,
  :job_type,
  :last_updated_time,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#job_typeString

The job's type.

Returns:

  • (String)


2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2320

class PackageImportJob < Struct.new(
  :created_time,
  :job_id,
  :job_type,
  :last_updated_time,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

When the job was updated.

Returns:

  • (Time)


2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2320

class PackageImportJob < Struct.new(
  :created_time,
  :job_id,
  :job_type,
  :last_updated_time,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The job's status.

Returns:

  • (String)


2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2320

class PackageImportJob < Struct.new(
  :created_time,
  :job_id,
  :job_type,
  :last_updated_time,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The job's status message.

Returns:

  • (String)


2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2320

class PackageImportJob < Struct.new(
  :created_time,
  :job_id,
  :job_type,
  :last_updated_time,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end