Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN for the job.

Returns:

  • (String)

1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1829

class GetJobResponse < Struct.new(
  :arn,
  :created_at,
  :details,
  :errors,
  :id,
  :state,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time that the job was created, in ISO 8601 format.

Returns:

  • (Time)

1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1829

class GetJobResponse < Struct.new(
  :arn,
  :created_at,
  :details,
  :errors,
  :id,
  :state,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#detailsTypes::ResponseDetails

Details about the job.


1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1829

class GetJobResponse < Struct.new(
  :arn,
  :created_at,
  :details,
  :errors,
  :id,
  :state,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<Types::JobError>

The errors associated with jobs.

Returns:


1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1829

class GetJobResponse < Struct.new(
  :arn,
  :created_at,
  :details,
  :errors,
  :id,
  :state,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the job.

Returns:

  • (String)

1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1829

class GetJobResponse < Struct.new(
  :arn,
  :created_at,
  :details,
  :errors,
  :id,
  :state,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the job.

Returns:

  • (String)

1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1829

class GetJobResponse < Struct.new(
  :arn,
  :created_at,
  :details,
  :errors,
  :id,
  :state,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The job type.

Returns:

  • (String)

1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1829

class GetJobResponse < Struct.new(
  :arn,
  :created_at,
  :details,
  :errors,
  :id,
  :state,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time that the job was last updated, in ISO 8601 format.

Returns:

  • (Time)

1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1829

class GetJobResponse < Struct.new(
  :arn,
  :created_at,
  :details,
  :errors,
  :id,
  :state,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end