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.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1044 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.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1044 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.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1044 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.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1044 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.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1044 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.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1044 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.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1044 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.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1044 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.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1044 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.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1044 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.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1044 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 |