class Aws::DataExchange::Types::JobEntry

AWS Data Exchange Jobs are asynchronous import or export operations used to create or copy assets. A data set owner can both import and export as they see fit. Someone with an entitlement to a data set can only export. Jobs are deleted 90 days after they are created.

@!attribute [rw] arn

The ARN for the job.
@return [String]

@!attribute [rw] created_at

The date and time that the job was created, in ISO 8601 format.
@return [Time]

@!attribute [rw] details

Details of the operation to be performed by the job, such as export
destination details or import source details.
@return [Types::ResponseDetails]

@!attribute [rw] errors

Errors for jobs.
@return [Array<Types::JobError>]

@!attribute [rw] id

The unique identifier for the job.
@return [String]

@!attribute [rw] state

The state of the job.
@return [String]

@!attribute [rw] type

The job type.
@return [String]

@!attribute [rw] updated_at

The date and time that the job was last updated, in ISO 8601 format.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/JobEntry AWS API Documentation

Constants

SENSITIVE