You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DataExchange::Types::GetJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.

Returns:

  • (String)

    An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.

    .

#created_atTime

Dates and times in AWS Data Exchange are recorded in ISO 8601 format.

Returns:

  • (Time)

    Dates and times in AWS Data Exchange are recorded in ISO 8601 format.

    .

#detailsTypes::ResponseDetails

Details for the response.

Returns:

#errorsArray<Types::JobError>

Returns:

#idString

A unique identifier.

Returns:

  • (String)

    A unique identifier.

    .

#stateString

Possible values:

  • WAITING
  • IN_PROGRESS
  • ERROR
  • COMPLETED
  • CANCELLED
  • TIMED_OUT

Returns:

  • (String)

#typeString

Possible values:

  • IMPORT_ASSETS_FROM_S3
  • IMPORT_ASSET_FROM_SIGNED_URL
  • EXPORT_ASSETS_TO_S3
  • EXPORT_ASSET_TO_SIGNED_URL

Returns:

  • (String)

#updated_atTime

Dates and times in AWS Data Exchange are recorded in ISO 8601 format.

Returns:

  • (Time)

    Dates and times in AWS Data Exchange are recorded in ISO 8601 format.

    .