Class: Aws::Panorama::Types::DescribePackageImportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::DescribePackageImportJobResponse
- Defined in:
- gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The job's client token.
-
#created_time ⇒ Time
When the job was created.
-
#input_config ⇒ Types::PackageImportJobInputConfig
The job's input config.
-
#job_id ⇒ String
The job's ID.
-
#job_tags ⇒ Array<Types::JobResourceTags>
The job's tags.
-
#job_type ⇒ String
The job's type.
-
#last_updated_time ⇒ Time
When the job was updated.
-
#output ⇒ Types::PackageImportJobOutput
The job's output.
-
#output_config ⇒ Types::PackageImportJobOutputConfig
The job's output config.
-
#status ⇒ String
The job's status.
-
#status_message ⇒ String
The job's status message.
Instance Attribute Details
#client_token ⇒ String
The job's client token.
1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1190 class DescribePackageImportJobResponse < Struct.new( :client_token, :created_time, :input_config, :job_id, :job_tags, :job_type, :last_updated_time, :output, :output_config, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
When the job was created.
1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1190 class DescribePackageImportJobResponse < Struct.new( :client_token, :created_time, :input_config, :job_id, :job_tags, :job_type, :last_updated_time, :output, :output_config, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#input_config ⇒ Types::PackageImportJobInputConfig
The job's input config.
1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1190 class DescribePackageImportJobResponse < Struct.new( :client_token, :created_time, :input_config, :job_id, :job_tags, :job_type, :last_updated_time, :output, :output_config, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job's ID.
1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1190 class DescribePackageImportJobResponse < Struct.new( :client_token, :created_time, :input_config, :job_id, :job_tags, :job_type, :last_updated_time, :output, :output_config, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#job_tags ⇒ Array<Types::JobResourceTags>
The job's tags.
1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1190 class DescribePackageImportJobResponse < Struct.new( :client_token, :created_time, :input_config, :job_id, :job_tags, :job_type, :last_updated_time, :output, :output_config, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#job_type ⇒ String
The job's type.
1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1190 class DescribePackageImportJobResponse < Struct.new( :client_token, :created_time, :input_config, :job_id, :job_tags, :job_type, :last_updated_time, :output, :output_config, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
When the job was updated.
1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1190 class DescribePackageImportJobResponse < Struct.new( :client_token, :created_time, :input_config, :job_id, :job_tags, :job_type, :last_updated_time, :output, :output_config, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#output ⇒ Types::PackageImportJobOutput
The job's output.
1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1190 class DescribePackageImportJobResponse < Struct.new( :client_token, :created_time, :input_config, :job_id, :job_tags, :job_type, :last_updated_time, :output, :output_config, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#output_config ⇒ Types::PackageImportJobOutputConfig
The job's output config.
1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1190 class DescribePackageImportJobResponse < Struct.new( :client_token, :created_time, :input_config, :job_id, :job_tags, :job_type, :last_updated_time, :output, :output_config, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The job's status.
1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1190 class DescribePackageImportJobResponse < Struct.new( :client_token, :created_time, :input_config, :job_id, :job_tags, :job_type, :last_updated_time, :output, :output_config, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The job's status message.
1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1190 class DescribePackageImportJobResponse < Struct.new( :client_token, :created_time, :input_config, :job_id, :job_tags, :job_type, :last_updated_time, :output, :output_config, :status, :status_message) SENSITIVE = [] include Aws::Structure end |