Class: Aws::Snowball::Types::JobListEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::JobListEntry
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
Each JobListEntry
object contains a job's state, a job's ID, and a
value that indicates whether the job is a job part, in the case of an
export job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The creation date for this job.
-
#description ⇒ String
The optional description of this specific job, for example
Important Photos 2016-08-11
. -
#is_master ⇒ Boolean
A value that indicates that this job is a main job.
-
#job_id ⇒ String
The automatically generated ID for a job, for example
JID123e4567-e89b-12d3-a456-426655440000
. -
#job_state ⇒ String
The current state of this job.
-
#job_type ⇒ String
The type of job.
-
#snowball_type ⇒ String
The type of device used with this job.
Instance Attribute Details
#creation_date ⇒ Time
The creation date for this job.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1404 class JobListEntry < Struct.new( :job_id, :job_state, :is_master, :job_type, :snowball_type, :creation_date, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The optional description of this specific job, for example
Important Photos 2016-08-11
.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1404 class JobListEntry < Struct.new( :job_id, :job_state, :is_master, :job_type, :snowball_type, :creation_date, :description) SENSITIVE = [] include Aws::Structure end |
#is_master ⇒ Boolean
A value that indicates that this job is a main job. A main job represents a successful request to create an export job. Main jobs aren't associated with any Snowballs. Instead, each main job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular main job are listed, because they are created after the main job is created.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1404 class JobListEntry < Struct.new( :job_id, :job_state, :is_master, :job_type, :snowball_type, :creation_date, :description) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The automatically generated ID for a job, for example
JID123e4567-e89b-12d3-a456-426655440000
.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1404 class JobListEntry < Struct.new( :job_id, :job_state, :is_master, :job_type, :snowball_type, :creation_date, :description) SENSITIVE = [] include Aws::Structure end |
#job_state ⇒ String
The current state of this job.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1404 class JobListEntry < Struct.new( :job_id, :job_state, :is_master, :job_type, :snowball_type, :creation_date, :description) SENSITIVE = [] include Aws::Structure end |
#job_type ⇒ String
The type of job.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1404 class JobListEntry < Struct.new( :job_id, :job_state, :is_master, :job_type, :snowball_type, :creation_date, :description) SENSITIVE = [] include Aws::Structure end |
#snowball_type ⇒ String
The type of device used with this job.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1404 class JobListEntry < Struct.new( :job_id, :job_state, :is_master, :job_type, :snowball_type, :creation_date, :description) SENSITIVE = [] include Aws::Structure end |