Class: Aws::Panorama::Types::DescribePackageImportJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The job's client token.

Returns:

  • (String)


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_timeTime

When the job was created.

Returns:

  • (Time)


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_configTypes::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_idString

The job's ID.

Returns:

  • (String)


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_tagsArray<Types::JobResourceTags>

The job's tags.

Returns:



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_typeString

The job's type.

Returns:

  • (String)


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_timeTime

When the job was updated.

Returns:

  • (Time)


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

#outputTypes::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_configTypes::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

#statusString

The job's status.

Returns:

  • (String)


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_messageString

The job's status message.

Returns:

  • (String)


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