Class: Aws::ImportExport::Types::Job

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

Overview

Representation of a job returned by the ListJobs operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

Timestamp of the CreateJob request in ISO8601 date format. For example "2010-03-28T20:27:35Z".

Returns:

  • (Time)


505
506
507
508
509
510
511
512
# File 'gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb', line 505

class Job < Struct.new(
  :job_id,
  :creation_date,
  :is_canceled,
  :job_type)
  SENSITIVE = []
  include Aws::Structure
end

#is_canceledBoolean

Indicates whether the job was canceled.

Returns:

  • (Boolean)


505
506
507
508
509
510
511
512
# File 'gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb', line 505

class Job < Struct.new(
  :job_id,
  :creation_date,
  :is_canceled,
  :job_type)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

A unique identifier which refers to a particular job.

Returns:

  • (String)


505
506
507
508
509
510
511
512
# File 'gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb', line 505

class Job < Struct.new(
  :job_id,
  :creation_date,
  :is_canceled,
  :job_type)
  SENSITIVE = []
  include Aws::Structure
end

#job_typeString

Specifies whether the job to initiate is an import or export job.

Returns:

  • (String)


505
506
507
508
509
510
511
512
# File 'gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb', line 505

class Job < Struct.new(
  :job_id,
  :creation_date,
  :is_canceled,
  :job_type)
  SENSITIVE = []
  include Aws::Structure
end