Class: Aws::Snowball::Types::DescribeJobResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::DescribeJobResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_metadata ⇒ Types::JobMetadata
Information about a specific job, including shipping information, job status, and other important metadata.
-
#sub_job_metadata ⇒ Array<Types::JobMetadata>
Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.
Instance Attribute Details
#job_metadata ⇒ Types::JobMetadata
Information about a specific job, including shipping information, job status, and other important metadata.
1035 1036 1037 1038 1039 1040 |
# File 'lib/aws-sdk-snowball/types.rb', line 1035 class DescribeJobResult < Struct.new( :job_metadata, :sub_job_metadata) SENSITIVE = [] include Aws::Structure end |
#sub_job_metadata ⇒ Array<Types::JobMetadata>
Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.
1035 1036 1037 1038 1039 1040 |
# File 'lib/aws-sdk-snowball/types.rb', line 1035 class DescribeJobResult < Struct.new( :job_metadata, :sub_job_metadata) SENSITIVE = [] include Aws::Structure end |