Class: Aws::Snowball::Types::DescribeJobResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_metadataTypes::JobMetadata

Information about a specific job, including shipping information, job status, and other important metadata.

Returns:



1035
1036
1037
1038
1039
1040
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1035

class DescribeJobResult < Struct.new(
  :job_metadata,
  :sub_job_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#sub_job_metadataArray<Types::JobMetadata>

Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.

Returns:



1035
1036
1037
1038
1039
1040
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1035

class DescribeJobResult < Struct.new(
  :job_metadata,
  :sub_job_metadata)
  SENSITIVE = []
  include Aws::Structure
end