Class: Aws::Panorama::Types::PackageImportJob
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::PackageImportJob
- 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
-
#created_time ⇒ Time
When the job was created.
-
#job_id ⇒ String
The job's ID.
-
#job_type ⇒ String
The job's type.
-
#last_updated_time ⇒ Time
When the job was updated.
-
#status ⇒ String
The job's status.
-
#status_message ⇒ String
The job's status message.
Instance Attribute Details
#created_time ⇒ Time
When the job was created.
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_id ⇒ String
The job's ID.
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_type ⇒ String
The job's type.
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_time ⇒ Time
When the job was updated.
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 ⇒ String
The job's status.
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_message ⇒ String
The job's status message.
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 |